mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add guide settings
This commit is contained in:
parent
fab755eccd
commit
35c68c997d
14 changed files with 314 additions and 154 deletions
|
@ -834,7 +834,7 @@ define(['browser', 'layoutManager', 'dom', 'focusManager', 'scrollStyles'], func
|
|||
function onFrameClick(e) {
|
||||
if (e.which == 1) {
|
||||
var focusableParent = focusManager.focusableParent(e.target);
|
||||
if (focusableParent != document.activeElement) {
|
||||
if (focusableParent && focusableParent != document.activeElement) {
|
||||
focusableParent.focus();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue