You've already forked filebrowser
mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-11-26 14:25:26 +08:00
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