pull/7142/merge
Roman Karwacik 1 week ago committed by GitHub
commit d00c844e0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save