pds-dev-kit-web-test 2.5.116 → 2.5.117
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.
@@ -164,6 +164,10 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
164
164
|
return;
|
165
165
|
}
|
166
166
|
if (shortcutKeyMode === 'MANUAL_BULK_BREAK') {
|
167
|
+
if (selectedBlockId) {
|
168
|
+
setSelectedBlockId(null);
|
169
|
+
return;
|
170
|
+
}
|
167
171
|
if (bulkBlockIds.length > 0) {
|
168
172
|
setBulkBlockIds([]);
|
169
173
|
setSelectedBlockId(null);
|
@@ -178,8 +182,8 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
178
182
|
}
|
179
183
|
if (editingGroupBlock !== 'ROOT') {
|
180
184
|
setEditingGroupBlock('ROOT');
|
185
|
+
return;
|
181
186
|
}
|
182
|
-
return;
|
183
187
|
}
|
184
188
|
}, [shortcutKeyMode, setSelectedBlockId]);
|
185
189
|
(0, react_1.useLayoutEffect)(function () {
|