fix(edges): use derived store for edge handling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user