mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 04:20:46 +00:00
Clone editor's searchable state on split
This commit is contained in:
parent
136699e7bd
commit
dabb17a2ef
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue