Skip to content

Major memory leaks #40

@firasdib

Description

@firasdib

You're adding events with specific flags here:

https://github.com/chrisbateman/impetus/blob/master/src/Impetus.js#L194-L198

They need to be removed with the same flags here:

https://github.com/chrisbateman/impetus/blob/master/src/Impetus.js#L238-L242

You must also ensure these events are removed when destroying the instance.

This is a huge issue for us right now and its causing all touch move events to be swallowed up by this, blocking our app.

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