refactor(react): use vanilla helpers for zoom and pan

This commit is contained in:
moklick
2023-05-22 15:54:19 +02:00
parent ca4a6c20f9
commit d8ef041737
13 changed files with 594 additions and 251 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const initialState: ReactFlowStore = {
hasDefaultEdges: false,
d3Zoom: null,
d3Selection: null,
d3ZoomHandler: undefined,
d3ZoomHandler: null,
minZoom: 0.5,
maxZoom: 2,
translateExtent: infiniteExtent,