Merge branch 'develop' into feature/2024.10

This commit is contained in:
dakkar 2024-12-08 19:03:16 +00:00
commit 9937ff39be
32 changed files with 1958 additions and 274 deletions

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