jbt / markdown-editor

Live (Github-flavored) Markdown Editor
http://jbt.github.com/markdown-editor
ISC License
2.82k stars 643 forks source link

Disable backspace when editor not focused #95

Closed SixWays closed 5 years ago

SixWays commented 5 years ago

It's my own fault for not saving somewhere else, but I just lost about 45 minutes of work by pressing backspace while the reader was focused (thereby triggering "back"). It would be... preferable if this didn't happen.

aero31aero commented 5 years ago

@SixWays check if the new fix works for you. I ended up covering other cases than actually pressing backspace as well, but this might be sort of intrusive if you accidentally keep pressing the back button repeatedly by accident.