mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-29 09:58:07 +01:00
Add the ruffle-player to the hotkey ignorelist
This should fix the focus issues. Thanks to kjarosh and Dinnerbone from the ruffle team for helping me debug this!
This commit is contained in:
parent
6aa4727d1d
commit
f137101b90
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ const KEY_ALIASES = {
|
|||
|
||||
const MODIFIER_KEYS = ['ctrl', 'alt', 'shift'];
|
||||
|
||||
const IGNORE_ELEMENTS = ['input', 'textarea'];
|
||||
const IGNORE_ELEMENTS = ['input', 'textarea', 'ruffle-player'];
|
||||
//#endregion
|
||||
|
||||
//#region store
|
||||
|
|
Loading…
Reference in a new issue