pds-dev-kit-web-test 2.7.424 → 2.7.425
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.
|
@@ -587,6 +587,9 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
|
587
587
|
if (isShiftOn) {
|
|
588
588
|
return;
|
|
589
589
|
}
|
|
590
|
+
if (props.item.i === 'BULK') {
|
|
591
|
+
return;
|
|
592
|
+
}
|
|
590
593
|
setSelectedBlockId(props.item.i);
|
|
591
594
|
setBulkBlockIds([]);
|
|
592
595
|
sectionActionHandler &&
|