Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui.js: fix duplicate event on mouse click
On clicks, the YouTube app generates key events with keyCode 13 ("OK" button). We should not be sending our own click events for these, as they already exist.
- Loading branch information