Skip to content

non-passive onWheel #1

Closed
Closed
@vallsv

Description

@vallsv

Mouse wheel over the knob do not prevent page scroll.

onScroll in React is now a passive callback.

As result preventDefault is inhibited.

Ignoring ‘preventDefault()’ call on event of type ‘wheel’ from a listener registered as ‘passive’.

This have to be changed to a non-passive one.

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