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
@@ -181,7 +181,7 @@ export default (state: FlowState, getters: FlowGetters): FlowActions => {
if (typeof opts.snapToGrid !== 'undefined') state.snapToGrid = opts.snapToGrid
if (typeof opts.snapGrid !== 'undefined') state.snapGrid = opts.snapGrid
if (typeof opts.nodeExtent !== 'undefined') state.nodeExtent = opts.nodeExtent
if (!state.isReady)
if (!state.paneReady)
until(() => state.d3Zoom)
.not.toBeUndefined()
.then(() => {