Merge branch 'dev' into HEAD

This commit is contained in:
ajnart
2023-04-03 15:40:47 +09:00
7 changed files with 74 additions and 59 deletions

View File

@@ -60,7 +60,7 @@ const usePrepareGridstack = () => {
}, [width]);
return {
isReady: !!mainAreaWidth,
isReady: Boolean(mainAreaWidth),
mainAreaRef,
};
};