publ-echo 0.0.114 → 0.0.116

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.
@@ -681,9 +681,12 @@ var ReactGridLayout = function (_a) {
681
681
  var baseZ = (function () {
682
682
  if (isBulk) {
683
683
  // groupItem.z : 그룹 내 CB중 가장 큰 zorder
684
- return zIndexMap.CB_IN_EDITING_GROUP + groupItem.z;
684
+ return zIndexMap.BULK + 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.116",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",