1
0
Fork 0
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:
Dmitry Lyzo 2023-07-17 21:47:31 +03:00
parent 8c8e240792
commit ab5c4949c3
2 changed files with 49 additions and 0 deletions

View file

@ -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';