pull/3771/merge
opalmay 1 month ago committed by GitHub
commit adeb7abc1c
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.currentParent = _.last(this.parents)
if (curPage.isFolder) {
this.fetchBrowseItems(curPage)
}
this.loadedCache = [curPage.parent]
this.currentItems = _.filter(items, ['parent', curPage.parent])
this.$store.commit(`loadingStop`, 'browse-load')

Loading…
Cancel
Save