pull/3771/merge
opalmay 1 week ago committed by GitHub
commit a93b7b3490
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -213,6 +213,10 @@ export default {
this.parents = [this.currentParent, ...invertedAncestors.reverse()] this.parents = [this.currentParent, ...invertedAncestors.reverse()]
this.currentParent = _.last(this.parents) this.currentParent = _.last(this.parents)
if (curPage.isFolder) {
this.fetchBrowseItems(curPage)
}
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')

Loading…
Cancel
Save