Skip to content

Commit

Permalink
Merge pull request #47747 from nextcloud/backport/47738/stable29
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Sep 4, 2024
2 parents d9bb187 + 2e3d1b9 commit 0f4086c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/files/src/views/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ export default {

await this.$nextTick()

if (focusTabAfterLoad) {
if (focusTabAfterLoad && this.$refs.sidebar) {
this.$refs.sidebar.focusActiveTabContent()
}
} catch (error) {
Expand Down
Loading

0 comments on commit 0f4086c

Please sign in to comment.