undo icon indicating copy to clipboard operation
undo copied to clipboard

add keypress event handlers

Open cesara opened this issue 3 years ago • 0 comments

It would be a nice (optional) developer convenience to have a method like addListeners(EventTarget) that adds the relevant keypress events. Something like:

undoManager.addListeners(window); undoManager.removeListeners(window);

cesara avatar Jun 30 '22 00:06 cesara