https://github.com/NorthwoodsSoftware/GoJS/blob/master/samples/customTextEditingTool.html example suppose to react to user pressing enter but apparently
tool.acceptText(go.TextEditingTool.Enter);
doesn’t do anything. I was expecting same behaviour as
tool.acceptText(go.TextEditingTool.Tab);