publ-echo 0.0.105 → 0.0.107

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.
@@ -692,7 +692,7 @@ var ReactGridLayout = function (_a) {
692
692
  return zIndexMap.EDITING_GROUP_CHILD + zOrder;
693
693
  }
694
694
  if (!isRoot && type === 'GROUP_BLOCK') {
695
- return zIndexMap.EDITING_GROUP;
695
+ return zIndexMap.EDITING_GROUP_CHILD + zOrder;
696
696
  }
697
697
  if (type === 'GROUP_BLOCK') {
698
698
  return zIndexMap.GROUP;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo",
3
- "version": "0.0.105",
3
+ "version": "0.0.107",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",