Comment out duplicate shortcut handler

This commit is contained in:
Preston 2020-06-22 09:55:32 -04:00
parent 9b9313d348
commit dd2bfc6970
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ export default Vue.extend({
}, 200)
}
$(document).on('keydown', this.keyboardShortcutHandler)
// $(document).on('keydown', this.keyboardShortcutHandler)
this.player.on('mousemove', this.hideMouseTimeout)
this.player.on('mouseleave', this.removeMouseTimeout)