Implement shift-click to extend the newest selection

This commit is contained in:
Nathan Sobo 2021-11-23 15:42:21 -07:00
parent 63089badf1
commit d969f38850
5 changed files with 77 additions and 30 deletions

View file

@ -3650,6 +3650,7 @@ mod tests {
presenter.borrow_mut().dispatch_event(
Event::LeftMouseDown {
position: Default::default(),
shift: false,
cmd: false,
click_count: 1,
},