This commit is contained in:
Artyom Sovetnikov
2023-03-21 16:42:19 +03:00
parent 40139805f3
commit 5da65313ec
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ function MiniMap({
selection.on('zoom', null);
};
}
}, [pannable, zoomable]);
}, [pannable, zoomable, inversePan, zoomStep]);
const onSvgClick = onClick
? (event: MouseEvent) => {