Skip to content

Commit

Permalink
修复滑动过快不显示动画
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelongqy committed Apr 11, 2019
1 parent f506706 commit e960926
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@
// 处理滚动结束事件
private scrollActionEnd(e: UIEvent) {
if (!this.draggable) {return}
if (!this.pressDown) {return}
this.pressPosition = null
this.pressTop = null
this.pressDown = false
Expand Down

0 comments on commit e960926

Please sign in to comment.