Skip to content

Intervention : IgnoredEventCancel #792

@dearlsh94

Description

@dearlsh94

I found some intervention error.

intervention: Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.

It happened in split.es.js at line 523:11

I read this post
-> https://www.uriports.com/blog/easy-fix-for-intervention-ignored-attempt-to-cancel-a-touchmove-event-with-cancelable-false/

So, I suggest it fix like
if (event.cancelable) event.preventDefault();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions