From e0a7003f08b07d2c9c614120e46201a683f74a7c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20H=C3=A4rtl?= Date: Fri, 8 Sep 2023 10:56:08 +0200 Subject: [PATCH] fix: Update file list headers on breadcrumb navigation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/files/src/components/FilesListHeader.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/files/src/components/FilesListHeader.vue b/apps/files/src/components/FilesListHeader.vue index a1ad790da98..3639571411a 100644 --- a/apps/files/src/components/FilesListHeader.vue +++ b/apps/files/src/components/FilesListHeader.vue @@ -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) -- 2.39.5