try to merge selections when begining incremental insertion
This commit is contained in:
parent
d647e817a4
commit
5f446d9aec
|
@ -470,6 +470,7 @@ IncrementalInserter::IncrementalInserter(Editor& editor, InsertMode mode)
|
|||
}
|
||||
}
|
||||
}
|
||||
sort_and_merge_overlapping(editor.m_selections);
|
||||
editor.check_invariant();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user