refactor(core): set user-select: none for edge labels

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-15 00:36:13 +01:00
committed by Braks
parent 0bc9ce109c
commit b6f7cde655
+1
View File
@@ -49,6 +49,7 @@
width: 100%;
height: 100%;
pointer-events: none;
user-select: none;
}
.vue-flow__nodesselection-rect:focus,