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(
|
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) {
|