Skip to content

Commit

Permalink
fix(scroll-view): change the refresh active event trigger timing
Browse files Browse the repository at this point in the history
fix #642
  • Loading branch information
gaojian.superior authored and xxyan0205 committed Jan 19, 2020
1 parent c7aae83 commit 0349795
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
Expand Up @@ -185,11 +185,11 @@ export default {
() => {
this.isRefreshActive = true
this.isRefreshing = false
this.$emit('refreshActive')
},
() => {
this.isRefreshActive = false
this.isRefreshing = false
this.$emit('refreshActive')
},
() => {
this.isRefreshActive = false
Expand Down

0 comments on commit 0349795

Please sign in to comment.