refactor(core): show regular pointer if pane isn't draggable
This commit is contained in:
@@ -15,7 +15,10 @@
|
||||
|
||||
.vue-flow__pane {
|
||||
z-index: 1;
|
||||
cursor: grab;
|
||||
|
||||
&.draggable {
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
&.dragging {
|
||||
cursor: grabbing;
|
||||
|
||||
Reference in New Issue
Block a user