Skip to content

Commit

Permalink
Potential fix for live build
Browse files Browse the repository at this point in the history
  • Loading branch information
CabalCrow committed Dec 2, 2024
1 parent 06ac454 commit 6a9229a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ impl Reedline {
Some(&EditCommand::Backspace)
| Some(&EditCommand::BackspaceWord)
| Some(&EditCommand::MoveToLineStart { select: false }) => {
menu.menu_event(MenuEvent::Deactivate(self.modal_mode))
menu.menu_event(MenuEvent::Deactivate(false))
}
_ => {
menu.menu_event(MenuEvent::Edit(self.quick_completions));
Expand Down

0 comments on commit 6a9229a

Please sign in to comment.