pds-dev-kit-web-test 2.5.330 → 2.5.331
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.
@@ -703,10 +703,9 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
703
703
|
setSelectedBlockId(null);
|
704
704
|
sectionActionHandler &&
|
705
705
|
sectionActionHandler({
|
706
|
-
type: '@CUSTOMSECTION/
|
706
|
+
type: '@CUSTOMSECTION/SECTION_CLICKED',
|
707
707
|
payload: {
|
708
|
-
sectionId: props.id
|
709
|
-
e: e
|
708
|
+
sectionId: props.id
|
710
709
|
}
|
711
710
|
});
|
712
711
|
};
|