diff --git a/crates/workspace/src/pane.rs b/crates/workspace/src/pane.rs index ac7ea21471..05b7b7e19b 100644 --- a/crates/workspace/src/pane.rs +++ b/crates/workspace/src/pane.rs @@ -385,6 +385,8 @@ impl Pane { self.update_active_toolbar(cx); cx.emit(Event::Remove); } + + cx.notify(); } fn focus_active_item(&mut self, cx: &mut ViewContext) {