minor changes

This commit is contained in:
Priec
2025-09-12 19:05:17 +02:00
parent 6daa5202b1
commit e4e9594a9d
2 changed files with 1 additions and 0 deletions

View File

@@ -402,6 +402,7 @@ impl EventHandler {
// If we are waiting for more leader keys, swallow the key. // If we are waiting for more leader keys, swallow the key.
info!("Form branch: has_active_seq={}", self.input_engine.has_active_sequence()); info!("Form branch: has_active_seq={}", self.input_engine.has_active_sequence());
if self.input_engine.has_active_sequence() { if self.input_engine.has_active_sequence() {
info!("Form branch suppressing key {:?}, leader in progress", key_event.code);
return Ok(EventOutcome::Ok(String::new())); return Ok(EventOutcome::Ok(String::new()));
} }

View File