publ-echo-test 0.0.134 → 0.0.136
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) {
|
@@ -560,7 +560,7 @@ var ReactGridLayout = function (_a) {
|
|
560
560
|
// const bulkZOrder = bulkBlock?.[device === 'DESKTOP' ? 'zOrderDesktopInternal' : 'zOrderMobileInternal'] ?? 0;
|
561
561
|
// return zIndexMap.EDITING_GROUP;
|
562
562
|
// }
|
563
|
-
if (
|
563
|
+
if (isInBulk) {
|
564
564
|
return zIndexMap.EDITING_GROUP_CHILD + zOrder;
|
565
565
|
}
|
566
566
|
if (!isRoot && editable) {
|