fixed handle connections

This commit is contained in:
peterkogo
2024-02-27 16:54:21 +01:00
parent 14516ab061
commit 83e0a333b0
4 changed files with 24 additions and 10 deletions
+5
View File
@@ -223,9 +223,14 @@ svg.xy-flow__connectionline {
min-width: 5px;
min-height: 5px;
&.connecting {
pointer-events: all;
}
&.connectionindicator {
pointer-events: all;
cursor: crosshair;
background: green;
}
&-bottom {