Skip to content

Commit

Permalink
Merge pull request #94024 from anniryynanen/ime-block
Browse files Browse the repository at this point in the history
Fix IME blocking controls
  • Loading branch information
akien-mga committed Jul 7, 2024
2 parents 73b6544 + d926223 commit 39d9ff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/web/js/libs/library_godot_input.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 39d9ff2

Please sign in to comment.