We are finally implementing undo and copy/paste and I changed our code to allow these. Copy/paste works along with other keyboard shortcuts but ctrl-z and alt-backspace don’t do an undo. This is on Window 10 and Chrome. Is there anything else I have to enable for undo shortcuts to work? Here is my code I just changed:
goDiagram.allowUndo = true;
goDiagram.allowClipboard = true;