We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022281d commit 7d5b7d2Copy full SHA for 7d5b7d2
src/components/commit.rs
@@ -531,7 +531,6 @@ impl Component for CommitComponent {
531
self.input.set_text(msg);
532
self.commit_msg_history_idx += 1;
533
}
534
- } else {
535
536
// stop key event propagation
537
return Ok(EventState::Consumed);
src/components/help.rs
@@ -135,7 +135,6 @@ impl Component for HelpComponent {
135
self.move_selection(true);
136
} else if key_match(e, self.key_config.keys.move_up) {
137
self.move_selection(false);
138
139
140
141
0 commit comments