Skip to content

Commit 957d4ad

Browse files
authored
Merge pull request #47748 from nextcloud/backport/47738/stable30
2 parents d415629 + 0eceb57 commit 957d4ad

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/files/src/views/Sidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ export default {
476476
477477
await this.$nextTick()
478478
479-
if (focusTabAfterLoad) {
479+
if (focusTabAfterLoad && this.$refs.sidebar) {
480480
this.$refs.sidebar.focusActiveTabContent()
481481
}
482482
} catch (error) {

dist/files-sidebar.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-sidebar.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)