diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index c6e5f2b026..f8f623485a 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -850,6 +850,7 @@ impl Editor { clone.scroll_position = self.scroll_position; clone.scroll_top_anchor = self.scroll_top_anchor.clone(); clone.nav_history = Some(nav_history); + clone.searchable = self.searchable; clone }