This commit is contained in:
Nazar Kanaev 2021-04-27 14:35:39 +01:00
parent 4ca81f90e9
commit 92c6aac49e

View File

@ -633,7 +633,7 @@ var vm = new Vue({
fetchAllFeeds: function() {
if (this.loading.feeds) return
api.feeds.refresh().then(function() {
// NOTE: this is hacky
// TODO: this is hacky. come up with something decent
setTimeout(function() {
vm.refreshStats()
}, 1000)