mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
switch paperDialogHashHandler from hashchange to pushstate
This commit is contained in:
parent
35a8a1611a
commit
00b18fdc5f
3 changed files with 80 additions and 42 deletions
|
@ -457,6 +457,7 @@ var Dashboard = {
|
|||
|
||||
// This is just an attempt to prevent the fade-in animation from running repeating and causing flickering
|
||||
elem.active = true;
|
||||
elem.classList.remove('hide');
|
||||
|
||||
} else {
|
||||
|
||||
|
@ -479,6 +480,7 @@ var Dashboard = {
|
|||
if (elem) {
|
||||
|
||||
elem.active = false;
|
||||
elem.classList.add('hide');
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue