Fix multiple selection
This commit is contained in:
committed by
Henrique Dias
parent
118071ba4b
commit
cc7ec4f0c5
@@ -129,7 +129,7 @@ export default {
|
||||
return
|
||||
}
|
||||
|
||||
if (event.shiftKey && this.selected.length === 1) {
|
||||
if (event.shiftKey) {
|
||||
let fi = 0
|
||||
let la = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user