mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 18:41:10 +00:00
Always re-render outline view when changing the active selection
This commit is contained in:
parent
e27fafb824
commit
466b26e7e6
1 changed files with 1 additions and 1 deletions
|
@ -218,8 +218,8 @@ impl OutlineView {
|
|||
active_editor.set_highlighted_rows(Some(display_rows));
|
||||
Some(active_editor.newest_selection::<usize>(&buffer_snapshot).id)
|
||||
});
|
||||
cx.notify();
|
||||
}
|
||||
cx.notify();
|
||||
}
|
||||
|
||||
fn confirm(&mut self, _: &Confirm, cx: &mut ViewContext<Self>) {
|
||||
|
|
Loading…
Reference in a new issue