Merge pull request #47738 from nextcloud/fix/sidebar-undefined

This commit is contained in:
John Molakvoæ 2024-09-04 16:50:50 +02:00 committed by GitHub
commit 2d2a51005c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -476,7 +476,7 @@ export default {
await this.$nextTick()
if (focusTabAfterLoad) {
if (focusTabAfterLoad && this.$refs.sidebar) {
this.$refs.sidebar.focusActiveTabContent()
}
} catch (error) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long