1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Fix IME blocking controls

This commit is contained in:
Anni Ryynänen
2024-07-07 11:33:56 +03:00
parent b97110cd30
commit d926223c64

View File

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