refactor(store): Rename isReady to paneReady

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-12-20 19:29:52 +01:00
parent 9f957492fe
commit 758f4f23ff
6 changed files with 11 additions and 16 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ onMounted(() => {
)
})
nextTick(async () => {
store.isReady = true
store.paneReady = true
// if ssr we can't wait for dimensions, they'll never really exist
const window = useWindow()