-
Hey I wanted to deselect a node by clicking on it again so I implemented onSelect myself. But now I have a different issue. The issue is that if I use lasso for selection and then click again on a node it deselects it, but the node is still colored as if it is selected. The image first from the left is after clicking on the node and deselecting it. Any ideas how to resolve this? |
Beta Was this translation helpful? Give feedback.
Answered by
royassis
Mar 19, 2024
Replies: 1 comment
-
Ok I use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
amcdnl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok I use
actives={[]}
in the GraphCanvas component.