mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix restoring views
This commit is contained in:
parent
42c0516a44
commit
c5072f77f5
2 changed files with 11 additions and 4 deletions
|
@ -167,7 +167,7 @@ class ViewManager {
|
|||
}
|
||||
|
||||
return viewContainer.tryRestoreView(options).then(function (view) {
|
||||
onViewChanging();
|
||||
if (onViewChanging) onViewChanging();
|
||||
onViewChange(view, options, true);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue