You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Fix IME blocking controls
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user