fix(nodes): add missing dragging class to node selection rect

This commit is contained in:
braks
2022-10-14 21:13:29 +02:00
committed by Braks
parent 09a21b2ae3
commit 58d11db1f9
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -132,6 +132,10 @@
position: absolute;
pointer-events: all;
cursor: grab;
&.dragging {
cursor: grabbing;
}
}
}