feat: display the pointer when in selection mode.

This commit is contained in:
Jack Fishwick
2022-11-22 11:05:48 +00:00
parent 64c8491761
commit a8e414e4a2
2 changed files with 9 additions and 2 deletions
+4
View File
@@ -11,6 +11,10 @@
z-index: 1;
cursor: grab;
&.selection {
cursor: pointer;
}
&.dragging {
cursor: grabbing;
}