mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #1496 from dmitrylyzo/keydown-bubbling
Rearrange keydown event handling
This commit is contained in:
commit
beb9bebce5
3 changed files with 23 additions and 12 deletions
|
@ -65,6 +65,9 @@ define(['playbackManager', 'layoutManager', 'text!./subtitlesync.template.html',
|
|||
event.preventDefault();
|
||||
}
|
||||
}
|
||||
|
||||
// FIXME: TV layout will require special handling for navigation keys. But now field is not focusable
|
||||
event.stopPropagation();
|
||||
});
|
||||
|
||||
subtitleSyncTextField.blur = function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue