You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not an expert with this project, but I might be able to help...
There are two ways you might be able to accomplish this. One is that selected nodes get an is-active class – if it's just styling, you should be able to work off of that.
If you want to trigger an event by adding your action to the onClickNode method. Here's what it looks like in the example:
Is it possible to change CSS on a node when it's clicked? I'd like to check and uncheck items when they are selected.
The text was updated successfully, but these errors were encountered: