Fix: Add onclick on minimized node to make filter edges work
This commit is contained in:
parent
08c6e19055
commit
8e5dd6b0e3
1 changed files with 3 additions and 0 deletions
|
|
@ -229,6 +229,9 @@ export default function ParameterComponent({
|
|||
borderColor: color,
|
||||
top: position,
|
||||
}}
|
||||
onClick={() => {
|
||||
setFilterEdge(groupedEdge.current);
|
||||
}}
|
||||
></Handle>
|
||||
</ShadTooltip>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue