Skip to content

Commit

Permalink
fix: Update file list headers on breadcrumb navigation
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Sep 8, 2023
1 parent 747d9ef commit 8ea3646
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/files/src/components/FilesListHeader.vue
Expand Up @@ -60,6 +60,9 @@ export default {
}
this.header.updated(this.currentFolder, this.currentView)
},
currentFolder() {
this.header.updated(this.currentFolder, this.currentView)
},
},
mounted() {
console.debug('Mounted', this.header.id)
Expand Down

0 comments on commit 8ea3646

Please sign in to comment.