publ-echo 0.0.129 → 0.0.130

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.
@@ -775,8 +775,7 @@ var ReactGridLayout = function (_a) {
775
775
  y: groupItem.y,
776
776
  i: block.blockId,
777
777
  });
778
- var editable = editableBlockIds.includes(Number(block.blockId));
779
- var showBlockData = editable && !isInBulk && overlapsActiveRows;
778
+ var showBlockData = !isInBulk && overlapsActiveRows;
780
779
  return (_jsx(OutsideClickHandler, { onOutsideClick: onDoubleClickOutsideGroup, onMouseEnter: function () {
781
780
  setHoveredGroupId(block.blockId);
782
781
  }, onMouseLeave: function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo",
3
- "version": "0.0.129",
3
+ "version": "0.0.130",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",