pds-dev-kit-web-test 2.5.119 → 2.5.120
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -170,9 +170,6 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
170
170
|
if (editingGroupBlock === 'ROOT') {
|
171
171
|
setSelectedBlockId(null);
|
172
172
|
}
|
173
|
-
else {
|
174
|
-
setSelectedBlockId(editingGroupBlock);
|
175
|
-
}
|
176
173
|
sectionActionHandler &&
|
177
174
|
sectionActionHandler({
|
178
175
|
type: '@CUSTOMSECTION/BLOCK_CLICKED',
|
@@ -186,14 +183,6 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
186
183
|
}
|
187
184
|
}
|
188
185
|
});
|
189
|
-
sectionActionHandler &&
|
190
|
-
sectionActionHandler({
|
191
|
-
type: '@CUSTOMSECTION/BULK_DISMISSED',
|
192
|
-
payload: {
|
193
|
-
message: 'MANUAL_BULK_BREAK_OR_ESC',
|
194
|
-
editingGroupBlock: editingGroupBlock
|
195
|
-
}
|
196
|
-
});
|
197
186
|
return;
|
198
187
|
}
|
199
188
|
if (bulkBlockIds.length > 0) {
|
@@ -201,17 +190,6 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
201
190
|
if (editingGroupBlock === 'ROOT') {
|
202
191
|
setSelectedBlockId(null);
|
203
192
|
}
|
204
|
-
else {
|
205
|
-
setSelectedBlockId(editingGroupBlock);
|
206
|
-
}
|
207
|
-
sectionActionHandler &&
|
208
|
-
sectionActionHandler({
|
209
|
-
type: '@CUSTOMSECTION/BULK_DISMISSED',
|
210
|
-
payload: {
|
211
|
-
message: 'MANUAL_BULK_BREAK_OR_ESC',
|
212
|
-
editingGroupBlock: editingGroupBlock
|
213
|
-
}
|
214
|
-
});
|
215
193
|
sectionActionHandler &&
|
216
194
|
sectionActionHandler({
|
217
195
|
type: '@CUSTOMSECTION/BLOCK_CLICKED',
|