Browse Source

Merge e7e0eec3d3 into d96bbaf42c

pull/7142/merge
Roman Karwacik 1 day ago
committed by GitHub
parent
commit
593531a6a3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions
  1. 3
      client/themes/default/components/nav-sidebar.vue

3
client/themes/default/components/nav-sidebar.vue

@ -216,6 +216,9 @@ export default {
this.loadedCache = [curPage.parent]
this.currentItems = _.filter(items, ['parent', curPage.parent])
this.$store.commit(`loadingStop`, 'browse-load')
if (curPage.isFolder) {
this.fetchBrowseItems(curPage)
}
},
goHome () {
window.location.assign(siteLangs.length > 0 ? `/${this.locale}/home` : '/')

Loading…
Cancel
Save