RubyGems
npm
Organizations
Log in
Sign up
npm
@flozy/editor
Versions diffs
2.1.5 → 2.1.6
@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.
Files changed (2)
hide
show
package/dist/Editor/utils/customHooks/useResize.js
+1
-1
package/package.json
+1
-1
package/dist/Editor/utils/customHooks/useResize.js
CHANGED
Viewed
@@ -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
Viewed
@@ -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"