Hi, I'm using the `modifier.draggable(...)` to det...
# compose
r
Hi, I'm using the
modifier.draggable(...)
to detect dragging from user. I want to know when user stops dragging, what's the best way to get this information? Is it possible with
draggable(...)
or there's other modifier that provides this exact information?
r
How about
onDragStopped
in
.draggable
?
💯 3
r
Welp that's probably the best solution 😂
Thank you! Works waaaay better, I don't know how I didn't see that parameter lol
r
Don't worry, it happens 🙂