When we have scroll and the focus changes, compose...
# compose
m
When we have scroll and the focus changes, compose scroll to the focused element. Is there a way to disable this behavior? I can remove focus from all the elements by using canFocus = false, but that's a lot of work because I have many elements.
z
Why do you want to disable it?