I’m trying to activate the editor on keypress, so you don’t need to double click the node, but just type while it’s selected.
I found a diagramEvent in gojs api: “ObjectDoubleClicked”.
Im guessing that the text editor being triggered is the effect of this event, but I can’t find any documentation of that.
So what functions should I trigger to achieve this?
Thanks