mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update image editor
This commit is contained in:
parent
c5bfd529a2
commit
c64aedc131
6 changed files with 64 additions and 24 deletions
|
@ -17,17 +17,12 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (isActive) {
|
||||
document.body.classList.add('bodyWithPopupOpen');
|
||||
}
|
||||
else {
|
||||
document.body.classList.remove('bodyWithPopupOpen');
|
||||
}
|
||||
}
|
||||
|
||||
function onDialogClosed() {
|
||||
|
||||
Dashboard.onPopupClose();
|
||||
|
||||
dlg = null;
|
||||
$(window).off('navigate', onHashChange);
|
||||
|
||||
|
@ -40,6 +35,7 @@
|
|||
|
||||
$(dlg).on('iron-overlay-closed', onDialogClosed);
|
||||
dlg.open();
|
||||
Dashboard.onPopupOpen();
|
||||
|
||||
window.location.hash = hash;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue