revert(core): wait for d3zoom before setting opts
This commit is contained in:
@@ -787,7 +787,9 @@ export function useActions(
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
setSkippedOptions()
|
until(() => state.d3Zoom)
|
||||||
|
.not.toBeNull()
|
||||||
|
.then(setSkippedOptions)
|
||||||
|
|
||||||
if (!state.initialized) {
|
if (!state.initialized) {
|
||||||
state.initialized = true
|
state.initialized = true
|
||||||
|
|||||||
Reference in New Issue
Block a user