pds-dev-kit-web-test 2.5.103 → 2.5.105
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.
@@ -217,7 +217,8 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
217
217
|
}
|
218
218
|
var allCollisions = (0, renderHelpers_1.getAllCollisions)(layouts[layoutByDevice], layoutItem);
|
219
219
|
var allCollisionsCbIds = allCollisions.map(function (each) { return Number(each.i); });
|
220
|
-
var workDirChildrenBlockIds = (0, group_1.findDirectChildrenBlockIds)(newblock,
|
220
|
+
var workDirChildrenBlockIds = (0, group_1.findDirectChildrenBlockIds)(newblock, editingGroupBlock);
|
221
|
+
console.log('workDirChildrenBlockIds>>>', workDirChildrenBlockIds);
|
221
222
|
var collisions = workDirChildrenBlockIds.filter(function (each) {
|
222
223
|
var cbId = (0, group_1.formatBlockIdToCbId)(each);
|
223
224
|
var allCollisions = (0, group_1.findAllChildrenCbIds)(newblock, each);
|
@@ -710,8 +711,6 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
710
711
|
}
|
711
712
|
});
|
712
713
|
};
|
713
|
-
console.log('pds bulk block ids', bulkBlockIds);
|
714
|
-
console.log('shortcutKeyMode', shortcutKeyMode);
|
715
714
|
return ((0, jsx_runtime_1.jsx)(ErrorBoundary_1.ErrorBoundary, { children: (0, jsx_runtime_1.jsxs)(exports.S_gleStyles, __assign({ isBulkMode: shortcutKeyMode === 'BULK_SELECT' }, { children: [showSectionHiddenCover && (0, jsx_runtime_1.jsx)(S_HiddenCover_1.S_HiddenCover, {}), (0, jsx_runtime_1.jsx)(S_SectionWrapper, __assign({ ref: gleRef, "x-dlayout-section-type": "NO_NAME", onClick: onClickSection, onContextMenu: function (e) {
|
716
715
|
e.stopPropagation();
|
717
716
|
e.preventDefault();
|