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;
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
</script>
|
||||
|
||||
<Handle type="target" position={targetPosition} />
|
||||
{data?.label}
|
||||
{data?.label}
|
||||
<Handle type="source" position={sourcePosition} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user