@flozy/editor 10.4.9 → 10.5.0

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.
@@ -519,8 +519,10 @@ const FreeGrid = props => {
519
519
  disableDragging: true,
520
520
  style: {
521
521
  position: "relative",
522
- "--height": `${height}px`
522
+ "--height": `${height}px`,
523
+ display: 'block' //for test purpose
523
524
  },
525
+
524
526
  dataSets: {
525
527
  "data-height-xs": height_xs
526
528
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "10.4.9",
3
+ "version": "10.5.0",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"