refactor(store): Rename isReady to paneReady
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user