fix(core): allow pan on drag for non left-btn when selectionKeyCode is true (#1662)

* fix(core): allow pan on drag for non left-btn when selection key code is true

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* fix(core): reorder pane class names

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(changeset): add

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(core): cleanup

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

---------

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2024-11-01 19:48:16 +01:00
parent de6f042826
commit fe552fc5c5
6 changed files with 18 additions and 8 deletions
+4 -4
View File
@@ -22,13 +22,13 @@
cursor: grab;
}
&.dragging {
cursor: grabbing;
}
&.selection {
cursor: pointer;
}
&.dragging {
cursor: grabbing;
}
}
.vue-flow__transformationpane {