ComposeReorderable icon indicating copy to clipboard operation
ComposeReorderable copied to clipboard

Add onDragStart callback

Open lcacheux opened this issue 1 year ago • 1 comments

I needed a way to handle long press events for items in a reorderable list with detectReorderAfterLongPress, but using the combinedClickable modifier didn't worked in combination with the event management of ComposeReorderable.

The solution I found was to detect the onDragStart event, but it was not available in the API (unlike the onDragEnd event).

lcacheux avatar Aug 16 '23 12:08 lcacheux

This PR was copied to another fork. https://github.com/bpappin/ComposeReorderable/pull/4

bpappin avatar Feb 02 '24 14:02 bpappin