editor: Fix invalid read-only with split pane (#28012)
Closes #28004 Release Notes: - Fixed invalid read-only with split pane
This commit is contained in:
parent
c8caae03df
commit
79c9f2bbd9
1 changed files with 1 additions and 0 deletions
|
@ -1262,6 +1262,7 @@ impl Editor {
|
|||
clone.selections.clone_state(&self.selections);
|
||||
clone.scroll_manager.clone_state(&self.scroll_manager);
|
||||
clone.searchable = self.searchable;
|
||||
clone.read_only = self.read_only;
|
||||
clone
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue