feat(editor): Change selection to be default canvas behaviour (no-changelog) (#10668)

This commit is contained in:
Alex Grozav
2024-09-04 22:01:23 +03:00
committed by GitHub
parent 66ddb4a6f3
commit 8ef9d53167
2 changed files with 40 additions and 17 deletions

View File

@@ -29,10 +29,6 @@
&.draggable {
cursor: default;
}
&.dragging {
cursor: grabbing;
}
}
.vue-flow__node {