Skip to content

Commit

Permalink
Fix ddb-desktop #10
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy authored Jun 27, 2022
1 parent a3cecc5 commit 5813c2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webapp/js/components/Explorer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,9 @@ export default {
file.selected = false;
}
file.selected = !file.selected;
this.rangeStartThumb = thumb;
// Keep rangeStart from the first selected file
if (this.selectedFiles.length === 1) this.rangeStartThumb = thumb;
}
},
Expand Down

0 comments on commit 5813c2d

Please sign in to comment.