pds-dev-kit-web-test 2.7.422 → 2.7.423
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.
|
@@ -584,13 +584,15 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
|
584
584
|
return;
|
|
585
585
|
}
|
|
586
586
|
var blockType = props.item.i.startsWith('GB_') ? 'GROUP_BLOCK' : 'COMPONENT_BLOCK';
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
}
|
|
587
|
+
setSelectedBlockId(props.item.i);
|
|
588
|
+
setBulkBlockIds([]);
|
|
589
|
+
// if (blockType === 'COMPONENT_BLOCK') {
|
|
590
|
+
// onClickCB(Number(props.item.i));
|
|
591
|
+
// }
|
|
592
|
+
// if (blockType === 'GROUP_BLOCK' && props.e) {
|
|
593
|
+
// const { e } = props;
|
|
594
|
+
// onClickGroup(e as any, props.item.i);
|
|
595
|
+
// }
|
|
594
596
|
sectionActionHandler &&
|
|
595
597
|
sectionActionHandler({
|
|
596
598
|
type: '@CUSTOMSECTION/CB_DRAG_START',
|