feat(renderer): move interactions into seperate wrapper component

This commit is contained in:
Christopher Möller
2020-10-05 16:37:10 +02:00
parent f27634ebe2
commit 4f757b86b9
3 changed files with 139 additions and 69 deletions
+2
View File
@@ -107,6 +107,8 @@ export default ({
useEffect(() => {
if (d3Zoom) {
d3Zoom.filter((event: any) => {
console.log(event);
if (!paneMoveable) {
return false;
}