mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
![]() Sometimes (maybe in some browsers) onHideAnimationComplete is called on btnPause, and the event listener is disconnecting because it was connected with "once: true". As a result, the `hide` class is not added to the OSD element, allowing the user to interact with transparent elements. Don't connect listener with "once: true". |
||
---|---|---|
.. | ||
index.html | ||
index.js |