aclassen / ComposeReorderable

Enables reordering by drag and drop in Jetpack Compose (Desktop) LazyList & LazyGrid.
Apache License 2.0
821 stars 86 forks source link

Added an option to prevent parent view from consuming input events #272

Closed NelzkieLabs closed 1 year ago

NelzkieLabs commented 1 year ago

There should have been an option for preventing parent view from consuming events already consumed by child. For complex views, the current behavior would also trigger the parent view to initiate. This will fix that