Skip to content

Expose dragging boolean #246

@EmiPhil

Description

@EmiPhil

For my live charts use case I wanted it so that if a user started to drag the live system would stop updating the charts. I couldn't find a way to do that reliably with the current set up so I put in a one liner:

self.isDragging = () => dragging;

which worked.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions