feat: Add sticky notes support to the new canvas (no-changelog) (#10031)

This commit is contained in:
Alex Grozav
2024-07-15 13:00:52 +03:00
committed by GitHub
parent 9302e33d55
commit cd24c71a9e
32 changed files with 653 additions and 147 deletions

View File

@@ -0,0 +1,7 @@
.vue-flow__resize-control.line {
border-color: transparent;
}
.vue-flow__resize-control.handle {
background-color: transparent;
}

View File

@@ -1 +1,2 @@
@import "codemirror";
@import "vueflow";