pds-dev-kit-web-test 2.7.123 → 2.7.124
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.
|
@@ -138,14 +138,14 @@ var Composition = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
|
138
138
|
if (!isEditMode) {
|
|
139
139
|
return;
|
|
140
140
|
}
|
|
141
|
-
setSelectedCB(null);
|
|
142
|
-
sectionActionHandler &&
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
141
|
+
// setSelectedCB(null);
|
|
142
|
+
// sectionActionHandler &&
|
|
143
|
+
// sectionActionHandler({
|
|
144
|
+
// type: '@CUSTOMSECTION/SECTION_CLICKED',
|
|
145
|
+
// payload: {
|
|
146
|
+
// sectionId: props.id
|
|
147
|
+
// }
|
|
148
|
+
// });
|
|
149
149
|
};
|
|
150
150
|
var padding = (0, parseSectionPadding_1.default)(CB_LAYOUT_PROP_PADDING, device);
|
|
151
151
|
var shadowStyles = (0, parseStylePropShadow_1.default)({
|