feat(core): implement figma controls

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-25 17:38:56 +01:00
committed by Braks
parent f319f6249d
commit fd79ab141d
21 changed files with 381 additions and 317 deletions
+6 -2
View File
@@ -24,6 +24,10 @@
&.dragging {
cursor: grabbing;
}
&.selection {
cursor: pointer;
}
}
.vue-flow__transformationpane {
@@ -36,8 +40,8 @@
z-index: 4;
}
.vue-flow__selectionpane {
z-index: 5;
.vue-flow__selection {
z-index: 6;
}
.vue-flow__edge-labels {