Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
260
Set Node Selected Through Javascript
posted

How would I go about setting a node selected through javascript?

I tried to use: lastNode.set_selected = true; , but that does not set it to be selected.