pds-dev-kit-web-test 2.5.295 → 2.5.296
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.
@@ -1039,6 +1039,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
1039
1039
|
var _a;
|
1040
1040
|
e.stopPropagation();
|
1041
1041
|
var target = e.target;
|
1042
|
+
console.dir(target);
|
1042
1043
|
if ((_a = target.parentElement) === null || _a === void 0 ? void 0 : _a.classList.contains('not-editable-grid-item')) {
|
1043
1044
|
return;
|
1044
1045
|
}
|