Cursor grab only shown if left click is panning

This commit is contained in:
peterkogo
2024-08-19 11:56:08 +02:00
parent aaf130f6cb
commit 6af9f45a74
3 changed files with 7 additions and 5 deletions
+3 -3
View File
@@ -75,10 +75,10 @@
&.draggable {
cursor: grab;
}
&.dragging {
cursor: grabbing;
}
&.dragging {
cursor: grabbing;
}
}