浏览代码

Fix IME blocking controls

Anni Ryynänen 1 年之前
父节点
当前提交
d926223c64
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      platform/web/js/libs/library_godot_input.js

+ 1 - 0
platform/web/js/libs/library_godot_input.js

@@ -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';