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
- if (blockType === 'COMPONENT_BLOCK') {
588
- onClickCB(Number(props.item.i));
589
- }
590
- if (blockType === 'GROUP_BLOCK' && props.e) {
591
- var e = props.e;
592
- onClickGroup(e, props.item.i);
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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.422",
3
+ "version": "2.7.423",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",