Skip to content

Commit

Permalink
fix(scroll-view): change the refresh active event trigger timing (did…
Browse files Browse the repository at this point in the history
supergaojian authored Feb 4, 2020
1 parent f0679c0 commit 4a451ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/scroll-view/index.vue
Original file line number Diff line number Diff line change
@@ -186,11 +186,11 @@ export default {
() => {
this.isRefreshActive = true
this.isRefreshing = false
this.$emit('refreshActive')
},
() => {
this.isRefreshActive = false
this.isRefreshing = false
this.$emit('refreshActive')
},
() => {
this.isRefreshActive = false

0 comments on commit 4a451ac

Please sign in to comment.