Merge pull request #2416 from zed-industries/outline-view-leaving-lines-highlighted

Remove highlighted rows when confirming outline view
This commit is contained in:
Max Brunsfeld
2023-04-26 16:11:22 -07:00
committed by GitHub
+1
View File
@@ -187,6 +187,7 @@ impl PickerDelegate for OutlineViewDelegate {
active_editor.change_selections(Some(Autoscroll::center()), cx, |s| {
s.select_ranges([position..position])
});
active_editor.highlight_rows(None);
}
});
cx.emit(PickerEvent::Dismiss);