@flozy/editor 2.1.5 → 2.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,7 +26,7 @@ const useResize = ({
26
26
  const onLoad = defaultSize => {
27
27
  setSize({
28
28
  widthInPercent: 100,
29
- height: isGrid ? height : 300,
29
+ height: height,
30
30
  ...defaultSize[device]
31
31
  });
32
32
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "2.1.5",
3
+ "version": "2.1.6",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"