mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(files): undefined sidebar
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
parent
f1706df367
commit
62878c5ece
1 changed files with 1 additions and 1 deletions
|
|
@ -476,7 +476,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