fixed cursor when making selection box

This commit is contained in:
peterkogo
2024-08-19 16:25:58 +02:00
parent 99985b5202
commit 8bbcc14fdc
+4 -4
View File
@@ -69,10 +69,6 @@
.xy-flow__pane { .xy-flow__pane {
z-index: 1; z-index: 1;
&.selection {
cursor: pointer;
}
&.draggable { &.draggable {
cursor: grab; cursor: grab;
} }
@@ -80,6 +76,10 @@
&.dragging { &.dragging {
cursor: grabbing; cursor: grabbing;
} }
&.selection {
cursor: pointer;
}
} }
.xy-flow__viewport { .xy-flow__viewport {