publ-echo 0.0.123 → 0.0.124
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.
|
@@ -706,6 +706,7 @@ var ReactGridLayout = function (_a) {
|
|
|
706
706
|
var isRoot = editingGroupBlock === "ROOT";
|
|
707
707
|
var isInBulk = bulkIds === null || bulkIds === void 0 ? void 0 : bulkIds.includes(block.blockId);
|
|
708
708
|
var isBulk = block.blockId === "BULK";
|
|
709
|
+
console.log("id", block.blockId, "isBulk", isBulk, "isInBulk", isInBulk, "isEditingGroup", isEditingGroup);
|
|
709
710
|
var baseZ = (function () {
|
|
710
711
|
if (isBulk) {
|
|
711
712
|
// groupItem.z : 그룹 내 CB중 가장 큰 zorder
|