Skip to content

Commit 99ab8ed

Browse files
committed
Fix Windows IME (#18645)
1 parent 0200ca4 commit 99ab8ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Windows/Avalonia.Win32/WindowImpl.AppWndProc.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ protected virtual unsafe IntPtr AppWndProc(IntPtr hWnd, uint msg, IntPtr wParam,
211211

212212
e = new RawTextInputEventArgs(WindowsKeyboardDevice.Instance, timestamp, Owner, text);
213213
}
214-
215-
_ignoreWmChar = false;
216214
break;
217215
}
218216

0 commit comments

Comments
 (0)