fix memo
This commit is contained in:
@@ -150,7 +150,7 @@ function MiniMap({
|
||||
selection.on('zoom', null);
|
||||
};
|
||||
}
|
||||
}, [pannable, zoomable]);
|
||||
}, [pannable, zoomable, inversePan, zoomStep]);
|
||||
|
||||
const onSvgClick = onClick
|
||||
? (event: MouseEvent) => {
|
||||
|
||||
Reference in New Issue
Block a user