I have a canvas web application where I can an undo actions by pressing Ctrl+Z The application has also got text input elements
When I hit Ctrl+Z, on some occasions, the browser automatically focuses on a recently changed input. Does anyone know how to prevent this?
I'm using Chrome.