Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
emscripten: restore key event prevent default behaviour
This restores the behaviour before 9221548 where we only preventDefault the event if: - the key is recognised - the event is enabled - the event is not filtered (ignoring the KEYPRESS special case, which is unchanged)
- Loading branch information