mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
improve genre displays
This commit is contained in:
parent
685b06a0e1
commit
eb9240a835
6 changed files with 90 additions and 41 deletions
|
@ -283,6 +283,11 @@
|
|||
|
||||
if (!dlg.classList.contains('hide')) {
|
||||
|
||||
dlg.dispatchEvent(new CustomEvent('closing', {
|
||||
bubbles: false,
|
||||
cancelable: false
|
||||
}));
|
||||
|
||||
var onAnimationFinish = function () {
|
||||
focusManager.popScope(dlg);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue