spsdco / notes

Awesome note taking.
MIT License
559 stars 54 forks source link

Ability to return from preview mode using <Esc> key #183

Closed nitishch closed 9 years ago

nitishch commented 9 years ago

Added code to app/controllers/editor.coffee so that if <Esc> key is pressed in preview mode, Springseed returns from preview mode. Thought this functionality would be useful.

zackp30 commented 9 years ago

Thanks!