diff --git a/crates/workspace/src/sidebar/mod.rs b/crates/workspace/src/sidebar/mod.rs index 587c8f7..cbb6125 100644 --- a/crates/workspace/src/sidebar/mod.rs +++ b/crates/workspace/src/sidebar/mod.rs @@ -354,6 +354,14 @@ impl Sidebar { cx.notify(); }); self.new_requests = false; + + // Reset search state when switching to inbox/requests + self.reset(window, cx); + + // Clear the find input value + self.find_input.update(cx, |this, cx| { + this.set_value("", window, cx); + }); } fn render_list_items(