mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add KeyboardEvent constructor polyfill
(cherry picked from commit 11ae2ff43f
)
This commit is contained in:
parent
8c8e240792
commit
ab5c4949c3
2 changed files with 49 additions and 0 deletions
|
@ -32,6 +32,7 @@ import './components/playback/playerSelectionMenu';
|
|||
import './legacy/domParserTextHtml';
|
||||
import './legacy/focusPreventScroll';
|
||||
import './legacy/htmlMediaElement';
|
||||
import './legacy/keyboardEvent';
|
||||
import './legacy/vendorStyles';
|
||||
import { currentSettings } from './scripts/settings/userSettings';
|
||||
import taskButton from './scripts/taskbutton';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue