publ-echo 0.0.114 → 0.0.115
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.
|
@@ -684,6 +684,9 @@ var ReactGridLayout = function (_a) {
|
|
|
684
684
|
return zIndexMap.CB_IN_EDITING_GROUP + groupItem.z;
|
|
685
685
|
}
|
|
686
686
|
if (isInBulk) {
|
|
687
|
+
if (!isRoot) {
|
|
688
|
+
return zIndexMap.EDITABLE_GROUP + internalZOrder;
|
|
689
|
+
}
|
|
687
690
|
return zIndexMap.CB_IN_EDITING_GROUP + internalZOrder;
|
|
688
691
|
}
|
|
689
692
|
if (isEditingGroup) {
|