GetmeUK / ContentTools

A JS library for building WYSIWYG editors for HTML content.
http://getcontenttools.com
MIT License
3.95k stars 393 forks source link

Handle left meta and select key for EditorApp.ctrlDown on keyup #507

Closed VolkerL closed 6 years ago

VolkerL commented 6 years ago

I noticed key codes 91 and 93 were handled on key down, but not on key up, causing EditorApp.get().ctrlDown() to return true after pressing and releasing the left meta key once.

anthonyjb commented 6 years ago

:+1: