Add neutral None variant to InputMethod

This commit is contained in:
Héctor Ramón Jiménez 2025-02-02 21:06:50 +01:00
parent ae10adda74
commit db990b77e4
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 19 additions and 9 deletions

View file

@ -189,7 +189,7 @@ where
let mut outdated = false;
let mut redraw_request = window::RedrawRequest::Wait;
let mut input_method = InputMethod::Disabled;
let mut input_method = InputMethod::None;
let mut manual_overlay = ManuallyDrop::new(
self.root