Merge pull request #94024 from anniryynanen/ime-block

Fix IME blocking controls
This commit is contained in:
Rémi Verschelde 2024-07-07 21:58:43 +02:00
commit 39d9ff21b8
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ const GodotIME = {
ime.style.top = '0px';
ime.style.width = '100%';
ime.style.height = '40px';
ime.style.pointerEvents = 'none';
ime.style.display = 'none';
ime.contentEditable = 'true';