Skip to content

Commit

Permalink
Update IMEHandler.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SadPencil committed Jan 24, 2025
1 parent 4230c30 commit 3edd6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClientGUI/IME/IMEHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ bool IIMEHandler.GetDrawCompositionText(XNATextBox sender, out string compositio
}

bool IIMEHandler.HandleCharInput(XNATextBox sender, char input) =>
((IIMEHandler)this).TextCompositionEnabled;
TextCompositionEnabled;

bool IIMEHandler.HandleEnterKey(XNATextBox sender)
=> false;
Expand Down

0 comments on commit 3edd6e9

Please sign in to comment.