pds-dev-kit-web-test 2.7.418 → 2.7.419
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.
|
@@ -580,6 +580,9 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
|
580
580
|
setLayouts(props.layouts);
|
|
581
581
|
};
|
|
582
582
|
var onDragStart = function (props) {
|
|
583
|
+
if (props.item) {
|
|
584
|
+
onClickCB(Number(props.item.i));
|
|
585
|
+
}
|
|
583
586
|
sectionActionHandler &&
|
|
584
587
|
sectionActionHandler({
|
|
585
588
|
type: '@CUSTOMSECTION/CB_DRAG_START',
|