Fixup paste locations

This commit is contained in:
Keith Simmons 2022-05-26 11:28:05 -07:00
parent e104cb94e7
commit d11bc2a4b7
4 changed files with 75 additions and 33 deletions

View file

@ -22,13 +22,6 @@ pub struct PendingSelection {
pub mode: SelectMode,
}
#[derive(Clone)]
pub enum LineMode {
None,
WithNewline,
WithoutNewline,
}
#[derive(Clone)]
pub struct SelectionsCollection {
display_map: ModelHandle<DisplayMap>,