Skip to content

Commit

Permalink
Merge pull request #964 from nextcloud-libraries/fix/reset-selected-f…
Browse files Browse the repository at this point in the history
…iles-on-path-change
  • Loading branch information
skjnldsv authored Sep 6, 2023
2 parents 0d89f55 + 56f43ed commit 90b0cc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/components/FilePicker/FilePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ const currentPath = computed({
window.sessionStorage.setItem('NC.FilePicker.LastPath', path)
}
navigatedPath.value = path
// Reset selected files
selectedFiles.value = []
},
})
Expand Down

0 comments on commit 90b0cc9

Please sign in to comment.