Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loadmore throw error with cancelable=false #1486

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 30, 2018

  1. Loadmore throw error with cancelable=false

    When use both :top-method and :bottom-method in loadmore.vue. Touchmove event handler function 'handleTouchMove()' throw error.
    Ignored attempt to cancel a touchmove event with cancelable=false.
    Fix it with event.cancelable.
    yujiaaoyujia committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    b378b66 View commit details
    Browse the repository at this point in the history