fix(edges): use derived store for edge handling

This commit is contained in:
moklick
2023-02-01 15:25:14 +01:00
parent 2af833aee1
commit 71bd05b7e7
10 changed files with 243 additions and 215 deletions
@@ -44,7 +44,7 @@
.react-flow__node {
padding: 10px;
border-radius: 3px;
width: var(--node-width);
width: 50px;
font-size: 12px;
color: #222;
text-align: center;