I'm currently having an issue with scrolling in `L...
# compose
d
I'm currently having an issue with scrolling in
LazyColumn
where it keeps snapping back https://github.com/JetBrains/compose-jb/issues/800 . I couldn't create a small reproducer so I've decided to just debug it myself. I've tracked it down to the
measureLazyList
function, which is where scroll is consumed but it's really big 😩 , any idea for what I should look for or how to narrow it down?
💪 1
z
You might want to post in #compose-desktop if this is a desktop issue. If it’s not a desktop issue, then you should file on the google issue tracker (that one is specific to desktop I believe)