When using `Modifier.scrollable`, is it expected t...
# compose
n
When using
Modifier.scrollable
, is it expected that the fling behavior is invoked even for drags along the opposite axis? Can someone from the team explain what’s the reasoning? Source of the problem is here I think, onDragStopped is invoked even if there was no “start”, should be in the let block.