publ-echo-test 0.0.150 → 0.0.151
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.
@@ -579,9 +579,9 @@ var ReactGridLayout = function (_a) {
|
|
579
579
|
return zIndexMap.ROOT + z;
|
580
580
|
}
|
581
581
|
if (!editable) {
|
582
|
-
return
|
582
|
+
return z;
|
583
583
|
}
|
584
|
-
return
|
584
|
+
return z;
|
585
585
|
})();
|
586
586
|
var outsideOfEditingGroup = !editingGroupAllChildren.includes(l.i);
|
587
587
|
var zIndex = editorMode === 'EDIT' ? editorZIndex : z;
|