pds-dev-kit-web-test 2.5.104 → 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,7 @@ 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, (0, group_1.formatCbIdToBlockId)(cdId1));
220
+ var workDirChildrenBlockIds = (0, group_1.findDirectChildrenBlockIds)(newblock, editingGroupBlock);
221
221
  console.log('workDirChildrenBlockIds>>>', workDirChildrenBlockIds);
222
222
  var collisions = workDirChildrenBlockIds.filter(function (each) {
223
223
  var cbId = (0, group_1.formatBlockIdToCbId)(each);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.104",
3
+ "version": "2.5.105",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",