diff --git a/package/src/store/actions.ts b/package/src/store/actions.ts index 58a48ab4..62c9d5b1 100644 --- a/package/src/store/actions.ts +++ b/package/src/store/actions.ts @@ -308,7 +308,7 @@ export default (state: State, getters: ComputedGetters): Actions => { const option = opts[o as keyof typeof opts] if (!skip.includes(o) && isDef(option)) (state)[o] = option }) - if (!state.paneReady) + if (!state.d3Zoom) until(() => state.d3Zoom) .not.toBeUndefined() .then(() => {