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:
CenTdemeern1 2024-10-15 16:55:20 +02:00
parent 6aa4727d1d
commit f137101b90

View file

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