Clone selections on editor split
This commit is contained in:
parent
8dd6ad3116
commit
bacfed37b7
3 changed files with 43 additions and 8 deletions
|
@ -22,6 +22,7 @@ pub struct PendingSelection {
|
|||
pub mode: SelectMode,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct SelectionsCollection {
|
||||
display_map: ModelHandle<DisplayMap>,
|
||||
buffer: ModelHandle<MultiBuffer>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue