Skip to content

Commit 0f4086c

Browse files
authored
Merge pull request #47747 from nextcloud/backport/47738/stable29
2 parents d9bb187 + 2e3d1b9 commit 0f4086c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/files/src/views/Sidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ export default {
491491
492492
await this.$nextTick()
493493
494-
if (focusTabAfterLoad) {
494+
if (focusTabAfterLoad && this.$refs.sidebar) {
495495
this.$refs.sidebar.focusActiveTabContent()
496496
}
497497
} catch (error) {

0 commit comments

Comments
 (0)