Merge branch 'main' into v11

This commit is contained in:
moklick
2022-07-25 15:49:48 +02:00
9 changed files with 39511 additions and 71 deletions
@@ -81,6 +81,7 @@ const ZoomPane = ({
d3ZoomHandler: selection.on('wheel.zoom'),
// we need to pass transform because zoom handler is not registered when we set the initial transform
transform: [clampedX, clampedY, clampedZoom],
domNode: selection.node()?.closest('.react-flow') as HTMLElement,
});
}
}, []);