publ-echo-test 0.0.338 → 0.0.339

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.
@@ -568,7 +568,7 @@ var ReactGridLayout = function (_a) {
568
568
  var isInsideOfEditingGroup = editingGroupAllChildren.includes(l.i);
569
569
  var editorZIndex = (function () {
570
570
  if (isRoot && isInBulk) {
571
- return z;
571
+ return zIndexMap.ROOT + z;
572
572
  }
573
573
  if (!isRoot && isInsideOfEditingGroup) {
574
574
  return zIndexMap.CB_IN_EDITING_GROUP + z;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.338",
3
+ "version": "0.0.339",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",