Skip to content

Commit dbe3b59

Browse files
committed
minimal fix for the offset problem of new connection lines when editor is zoomed in/out
1 parent 2736da6 commit dbe3b59

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/extensions/react-flow/_react-flow.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
@import "minimap/minimap";
77
@import "react-flow_v12";
88

9+
.react-flow__viewport {
10+
transform-origin: 0 0;
11+
}
12+
913
.react-flow__background {
1014
border: solid 1px $eccgui-color-separation-divider;
1115
}

0 commit comments

Comments
 (0)