diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 1212084b06..fcafa9f4b1 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -9245,6 +9245,7 @@ impl Editor { new_selection.collapse_to(primary_range_start, SelectionGoal::None); s.select_anchors(vec![new_selection.clone()]); }); + self.refresh_inline_completion(false, true, cx); } return; } @@ -9320,6 +9321,7 @@ impl Editor { goal: SelectionGoal::None, }]); }); + self.refresh_inline_completion(false, true, cx); } break; } else {