mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix unveil when tabbing away and back
This commit is contained in:
parent
68526e2c1d
commit
13c3281ad0
4 changed files with 7 additions and 15 deletions
|
@ -510,7 +510,7 @@
|
|||
|
||||
setTimeout(function () {
|
||||
Dashboard.navigate(link.href);
|
||||
}, 350);
|
||||
}, 400);
|
||||
}, 50);
|
||||
}
|
||||
|
||||
|
@ -525,7 +525,7 @@
|
|||
|
||||
setTimeout(function () {
|
||||
Dashboard.logout();
|
||||
}, 350);
|
||||
}, 400);
|
||||
}
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue