Reduce session logging and background churn
This commit is contained in:
@@ -1866,7 +1866,7 @@ impl EventLoop {
|
||||
// will be dispatched to the active window as TypedCharacters/IME events.
|
||||
let proxy = self.proxy.clone();
|
||||
let on_input = Box::new(move |input: SoftKeyboardInput| {
|
||||
log::debug!("Soft keyboard callback received input: {:?}", input);
|
||||
log::debug!("Soft keyboard callback received input");
|
||||
if let Err(e) = proxy.send_event(CustomEvent::SoftKeyboardInput(input)) {
|
||||
log::error!("Failed to send SoftKeyboardInput event: {:?}", e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user