Misc nitpicks, changes too small / unrelated to be in other PRs (#32768)
Release Notes: - N/A
This commit is contained in:
parent
02da4669f3
commit
3810227759
8 changed files with 26 additions and 21 deletions
|
@ -659,6 +659,7 @@ impl<'a> MutableSelectionsCollection<'a> {
|
|||
.collect();
|
||||
self.select(selections);
|
||||
}
|
||||
|
||||
pub fn reverse_selections(&mut self) {
|
||||
let map = &self.display_map();
|
||||
let mut new_selections: Vec<Selection<Point>> = Vec::new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue