1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/src/controllers/playback
Dmitry Lyzo fb47403b72 Fix re-focusing on pause button when displaying OSD
When focus is debounced, `document.activeElement` is not updated
immediately, and someone (skipsegment.ts) might read it too early.

Remove focus debounce to immediately update `document.activeElement`.

This (undebounced focus) seems to work in webOS 1.2, webOS 5,
Firefox 134, Chrome 132. So the timeout was probably for
Internet Explorer.
2025-03-24 14:00:45 +03:00
..
queue add Lyrics 2024-04-10 10:49:33 +12:00
video Fix re-focusing on pause button when displaying OSD 2025-03-24 14:00:45 +03:00