Skip to content

Commit

Permalink
fix bug on retyping after selected but without closing popup
Browse files Browse the repository at this point in the history
  • Loading branch information
oleflb committed Oct 27, 2024
1 parent 536aaec commit 4fbbcb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/hulk_widgets/src/completion_edit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ impl<'a, T: ToString + Debug + std::hash::Hash> CompletionEdit<'a, T> {
.show(ui);
if output.response.changed() {
*self.selected = selected;
state.user_state = UserState::Typing;
}
output
}
Expand Down

0 comments on commit 4fbbcb2

Please sign in to comment.