refactor(flow!): Remove paneReady state value

This commit is contained in:
Braks
2022-04-11 11:30:10 +02:00
parent 2d7e2a710f
commit 60feb5d661
4 changed files with 39 additions and 50 deletions
-1
View File
@@ -84,7 +84,6 @@ export interface State<NodeData = ElementData, EdgeData = ElementData>
zoomOnDoubleClick: boolean
preventScrolling: boolean
paneReady: boolean
initialized: boolean
applyDefault: boolean