publ-echo-test 0.0.134 → 0.0.135

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.
@@ -547,7 +547,7 @@ var ReactGridLayout = function (_a) {
547
547
  var bounded = draggable && isBounded && l.isBounded !== false;
548
548
  var editable = editableBlockIds.includes(Number(l.i));
549
549
  var z = l.z || 0;
550
- var isInBulk = blockStructure && (bulkIds === null || bulkIds === void 0 ? void 0 : bulkIds.includes(formatCbIdToBlockId(Number(activeDrag === null || activeDrag === void 0 ? void 0 : activeDrag.i))));
550
+ var isInBulk = blockStructure && (bulkIds === null || bulkIds === void 0 ? void 0 : bulkIds.includes(formatCbIdToBlockId(Number(l.i))));
551
551
  var isRoot = editingGroupBlock === 'ROOT';
552
552
  var block = blockStructure ? findBlockByBlockId(blockStructure, formatCbIdToBlockId(Number(l.i))) : undefined;
553
553
  if (!block) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.134",
3
+ "version": "0.0.135",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",