publ-echo-test 0.0.393 → 0.0.395
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.
|
@@ -603,6 +603,7 @@ var ReactGridLayout = function (_a) {
|
|
|
603
603
|
y: l.y,
|
|
604
604
|
i: l.i,
|
|
605
605
|
});
|
|
606
|
+
var showBlockData = editable && !isInBulk && overlapsActiveRows;
|
|
606
607
|
return (_jsx(GridItem, { heightFitContent: !!(l === null || l === void 0 ? void 0 : l.heightFitContent), isheightVariable: device === "DESKTOP"
|
|
607
608
|
? !!block.isHeightVariableDesktop
|
|
608
609
|
: !!block.isHeightVariableMobile, className: classNames({
|
|
@@ -610,7 +611,7 @@ var ReactGridLayout = function (_a) {
|
|
|
610
611
|
"not-editable-grid-item": !isRoot && !editable,
|
|
611
612
|
"bulk-child-item": isInBulk,
|
|
612
613
|
"outside-of-editing-group": !isInsideOfEditingGroup,
|
|
613
|
-
"show-block-data":
|
|
614
|
+
"show-block-data": showBlockData,
|
|
614
615
|
}), z: zIndex, zOrder: l.z, zOrderInternal: parent
|
|
615
616
|
? "".concat(parent[device === "DESKTOP"
|
|
616
617
|
? "zOrderDesktopInternal"
|