pds-dev-kit-web-test 2.5.293 → 2.5.295
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.
@@ -1036,8 +1036,12 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
1036
1036
|
width: '100%',
|
1037
1037
|
height: '100%'
|
1038
1038
|
}, onClick: function (e) {
|
1039
|
+
var _a;
|
1039
1040
|
e.stopPropagation();
|
1040
|
-
|
1041
|
+
var target = e.target;
|
1042
|
+
if ((_a = target.parentElement) === null || _a === void 0 ? void 0 : _a.classList.contains('not-editable-grid-item')) {
|
1043
|
+
return;
|
1044
|
+
}
|
1041
1045
|
if (isInBulk) {
|
1042
1046
|
clickOneCBInBulk(matchedCB.id);
|
1043
1047
|
return;
|