Our implementation of smooth scrolling in the article page uses a Behavior on contentY that causes extreme scrolling lag when interacting with Kirigami's new smooth scrolling feature.
We can't just get rid of it because we still want the animated scrolling for page up/page down, but we need to disable it for mouse wheel scrolling.
Our implementation of smooth scrolling in the article page uses a
Behavior on contentY
that causes extreme scrolling lag when interacting with Kirigami's new smooth scrolling feature.We can't just get rid of it because we still want the animated scrolling for page up/page down, but we need to disable it for mouse wheel scrolling.