pds-dev-kit-web-test 2.5.105 → 2.5.106
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.
@@ -207,7 +207,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
207
207
|
}
|
208
208
|
}, [selectedBlockId, shortcutKeyMode, sectionActionHandler, setSelectedBlockId]);
|
209
209
|
var makeAllInOneGroup = function () {
|
210
|
-
var allRootChildIds = (0, group_1.
|
210
|
+
var allRootChildIds = (0, group_1.findDirectChildrenBlockIds)(pedigreeState, editingGroupBlock);
|
211
211
|
setBulkBlockIds(allRootChildIds);
|
212
212
|
};
|
213
213
|
var getCollisionGroupIds = function (cdId1) {
|
@@ -218,7 +218,6 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
218
218
|
var allCollisions = (0, renderHelpers_1.getAllCollisions)(layouts[layoutByDevice], layoutItem);
|
219
219
|
var allCollisionsCbIds = allCollisions.map(function (each) { return Number(each.i); });
|
220
220
|
var workDirChildrenBlockIds = (0, group_1.findDirectChildrenBlockIds)(newblock, editingGroupBlock);
|
221
|
-
console.log('workDirChildrenBlockIds>>>', workDirChildrenBlockIds);
|
222
221
|
var collisions = workDirChildrenBlockIds.filter(function (each) {
|
223
222
|
var cbId = (0, group_1.formatBlockIdToCbId)(each);
|
224
223
|
var allCollisions = (0, group_1.findAllChildrenCbIds)(newblock, each);
|