publ-echo-test 0.0.394 → 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,7 +603,7 @@ var ReactGridLayout = function (_a) {
603
603
  y: l.y,
604
604
  i: l.i,
605
605
  });
606
- var showBlockData = !isInsideOfEditingGroup && !isInBulk && isInsideOfEditingGroup;
606
+ var showBlockData = editable && !isInBulk && overlapsActiveRows;
607
607
  return (_jsx(GridItem, { heightFitContent: !!(l === null || l === void 0 ? void 0 : l.heightFitContent), isheightVariable: device === "DESKTOP"
608
608
  ? !!block.isHeightVariableDesktop
609
609
  : !!block.isHeightVariableMobile, className: classNames({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.394",
3
+ "version": "0.0.395",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",