소스 검색

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