pds-dev-kit-web-test 2.5.101 → 2.5.102

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,11 +217,11 @@ 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 workdir = (0, group_1.getBlockWorkDirPath)(newblock, selectedBlockId);
221
- if (!workdir) {
222
- return [];
223
- }
224
- var workDirChildrenBlockIds = (0, group_1.findDirectChildrenBlockIds)(newblock, workdir);
220
+ // const workdir = getBlockWorkDirPath(newblock, selectedBlockId);
221
+ // if (!workdir) {
222
+ // return [];
223
+ // }
224
+ var workDirChildrenBlockIds = (0, group_1.findDirectChildrenBlockIds)(newblock, selectedBlockId);
225
225
  var collisions = workDirChildrenBlockIds.filter(function (each) {
226
226
  var cbId = (0, group_1.formatBlockIdToCbId)(each);
227
227
  var allCollisions = (0, group_1.findAllChildrenCbIds)(newblock, each);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.5.101",
3
+ "version": "2.5.102",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",