Fix: Add onclick on minimized node to make filter edges work

This commit is contained in:
igorrCarvalho 2023-10-09 17:14:39 -03:00
commit 8e5dd6b0e3

View file

@ -229,6 +229,9 @@ export default function ParameterComponent({
borderColor: color,
top: position,
}}
onClick={() => {
setFilterEdge(groupedEdge.current);
}}
></Handle>
</ShadTooltip>
)