Browse Source

fix invalidation bug

develop
dskvr 2 years ago
parent
commit
cd4b030773
  1. 4
      src/components/relays/RefreshComponent.vue

4
src/components/relays/RefreshComponent.vue

@ -41,8 +41,8 @@ const localMethods = {
this.untilNext = this.timeUntilRefresh()
this.sinceLast = this.timeSinceRefresh()
this.invalidate()
if(!this.store.relays.isProcessing)
this.invalidate()
}, 1000)
},
refreshNow(){

Loading…
Cancel
Save