Skip to content

Commit e0a7003

Browse files
committed
fix: Update file list headers on breadcrumb navigation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent 8c38bef commit e0a7003

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/files/src/components/FilesListHeader.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ export default {
6060
}
6161
this.header.updated(this.currentFolder, this.currentView)
6262
},
63+
currentFolder() {
64+
this.header.updated(this.currentFolder, this.currentView)
65+
},
6366
},
6467
mounted() {
6568
console.debug('Mounted', this.header.id)

0 commit comments

Comments
 (0)