Implement shift-click to extend the newest selection
This commit is contained in:
parent
63089badf1
commit
d969f38850
5 changed files with 77 additions and 30 deletions
|
@ -3650,6 +3650,7 @@ mod tests {
|
|||
presenter.borrow_mut().dispatch_event(
|
||||
Event::LeftMouseDown {
|
||||
position: Default::default(),
|
||||
shift: false,
|
||||
cmd: false,
|
||||
click_count: 1,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue