diff --git a/crates/outline/src/outline.rs b/crates/outline/src/outline.rs index 774b765977..b11abac86d 100644 --- a/crates/outline/src/outline.rs +++ b/crates/outline/src/outline.rs @@ -218,8 +218,8 @@ impl OutlineView { active_editor.set_highlighted_rows(Some(display_rows)); Some(active_editor.newest_selection::(&buffer_snapshot).id) }); - cx.notify(); } + cx.notify(); } fn confirm(&mut self, _: &Confirm, cx: &mut ViewContext) {