rawles / edit.tf

An in-browser editor for teletext frames.
http://edit.tf/
GNU General Public License v3.0
92 stars 19 forks source link

Fixed clickable menu for Chrome #57

Closed glxxyz closed 7 years ago

glxxyz commented 7 years ago

Chrome doesn't seem to like letting a KeyboardEvent be created with custom fields nor modified, probably because they are deprecated. Reverted the fix that broke it for Chrome, and fixed the code that was added that caused the exception.

rawles commented 7 years ago

Thanks for this!