refactor(react): use vanilla helpers for zoom and pan
This commit is contained in:
@@ -16,7 +16,7 @@ const initialState: ReactFlowStore = {
|
||||
hasDefaultEdges: false,
|
||||
d3Zoom: null,
|
||||
d3Selection: null,
|
||||
d3ZoomHandler: undefined,
|
||||
d3ZoomHandler: null,
|
||||
minZoom: 0.5,
|
||||
maxZoom: 2,
|
||||
translateExtent: infiniteExtent,
|
||||
|
||||
Reference in New Issue
Block a user