Skip to content

Commit

Permalink
prune shares while removing files (#9697)
Browse files Browse the repository at this point in the history
* prune shares while removing files

* Revert "prune shares while removing files"

This reverts commit 3c30e78.

* prune shares while removing files
  • Loading branch information
jacob-nv authored and AlexAndBear committed Dec 13, 2023
1 parent 7b2e2e0 commit 4c406d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web-app-files/src/store/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ export default {
context.commit('REMOVE_FILES', removedFiles)
context.commit('REMOVE_FILES_FROM_SEARCHED', removedFiles)
context.commit('RESET_SELECTION')
context.commit('PRUNE_SHARES')

if (removedFiles.length) {
const title =
Expand Down

0 comments on commit 4c406d7

Please sign in to comment.