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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo",
3
- "version": "0.0.114",
3
+ "version": "0.0.115",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",