Skip to content

Commit

Permalink
Fix shift+click doesnt set latest selected item
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Jun 24, 2022
1 parent d26832e commit c238a71
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export default {
const nodeId = resourceNodes[i].getAttribute('data-item-id')
this.addFileSelection({ id: nodeId })
}
this.setLatestSelectedFile(resource.id)
},
handleCtrlClickAction(resource) {
Expand Down

0 comments on commit c238a71

Please sign in to comment.