Skip to content

Commit

Permalink
Merge pull request #47746 from nextcloud/backport/47738/stable28
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Sep 4, 2024
2 parents ce7da15 + 3a5e0bd commit 4ac730e
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 4ac730e

Please sign in to comment.