mirror of
https://github.com/godotengine/godot.git
synced 2025-02-23 23:15:07 +08:00
Merge pull request #94024 from anniryynanen/ime-block
Fix IME blocking controls
This commit is contained in:
commit
39d9ff21b8
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user