asciiflow
asciiflow copied to clipboard
Ctrl+Z shortcut keeps executing browser's functionality instead of prevent it.
Apparently asciiflow didn't call preventDefault to stop default browser behaviour on Ctrl+Z. Looking at the code seems like preventDefault only appear at touch input. I would suggest to add preventDefault on keyboard input too, especially with shortcut like Ctrl+Z which is a common shortcut on different browsers.
Browser: Vivaldi. OS: Win10.
This is something I see locally on vivaldi too. Is there a way to fix this?