You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a DragRegion component that lets users register an "onDrag" callback.
This is used in whena.re, for example, to let the user change the time of the current clock.
It creates a lot of internal states and a lot of side effects that are implemented in a very naive way.
Simplify the whole thing while keeping the same API of IDragInfo.
The text was updated successfully, but these errors were encountered:
There is a DragRegion component that lets users register an "onDrag" callback.
This is used in whena.re, for example, to let the user change the time of the current clock.
It creates a lot of internal states and a lot of side effects that are implemented in a very naive way.
Simplify the whole thing while keeping the same API of IDragInfo.
The text was updated successfully, but these errors were encountered: