-
-
Notifications
You must be signed in to change notification settings - Fork 451
Expose dragging boolean #246
Copy link
Copy link
Closed
Labels
Description
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.
Reactions are currently unavailable