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 tried to trigger the "nodeselect" event on the "nodecreated" event handler but it crashes saying the following error Unhandled Rejection (Error): Node not exist in list. How is this possible? if the node is already visible it does not make sense to get this error.
Hi,
I tried to trigger the "nodeselect" event on the "nodecreated" event handler but it crashes saying the following error
Unhandled Rejection (Error): Node not exist in list
. How is this possible? if the node is already visible it does not make sense to get this error.this is a snippet of what i'm trying to do
editor.current.on('nodecreated', (node) => { function_calls... editor.current.trigger('selectnode', node); });
Thanks in advance
The text was updated successfully, but these errors were encountered: