Calvin Liang
Calvin Liang
@zhelenskiy try v2.1.0. If you try really hard you can still get an item to lose the dragging state by dragging it wildly outside the window back and forth, that's...
seems solved?
Thanks for bringing this up! Updated the README and the demo app. I'll leave this issue open to remind me to update to [`LocalHapticFeedback`](https://developer.android.com/reference/kotlin/androidx/compose/ui/platform/package-summary#LocalHapticFeedback()) when 1.8 is out.
hmm I can't seem to recreate this. `onMove` seems to always be called after `onDragStopped`
You can store the first `from` key and the last `to` key and it's the same thing I think? fixed #85
I'm also trying to keep this library simple, it should do as little as possible. It's already complicated enough to maintain 😢
I'm trying to figure out a good api for this
oof I don't think I can implement this with the current API at all, `onSettle` would have to be called every time two items swap for this to work since...
oh yes good point this may be possible now
> Reorderable/reorderable/src/commonMain/kotlin/sh/calvin/reorderable/ReorderableLazyCollection.kt this seems like a seperate issue. is this not doable with the existing api of `ReorderableItem(... ,enabled = false)`?