minor changes
This commit is contained in:
@@ -402,6 +402,7 @@ impl EventHandler {
|
||||
// If we are waiting for more leader keys, swallow the key.
|
||||
info!("Form branch: has_active_seq={}", 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()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user