Merge pull request #47746 from nextcloud/backport/47738/stable28

This commit is contained in:
Kate 2024-09-04 18:00:05 +02:00 committed by GitHub
commit 4ac730e463
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -491,7 +491,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