mirror of
https://github.com/nextcloud/server.git
synced 2026-06-05 06:44:47 -04:00
fix(files): undefined sidebar
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
parent
ce7da15800
commit
3a2a043ff6
1 changed files with 1 additions and 1 deletions
|
|
@ -491,7 +491,7 @@ export default {
|
|||
|
||||
await this.$nextTick()
|
||||
|
||||
if (focusTabAfterLoad) {
|
||||
if (focusTabAfterLoad && this.$refs.sidebar) {
|
||||
this.$refs.sidebar.focusActiveTabContent()
|
||||
}
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue