compose-multiplatform
compose-multiplatform copied to clipboard
Check how new scroll on focus work in tests
It appeared that scroll on focus was reworked in Compose 1.4. See commit
Previously it used simple animation, and it worked fine for tests, but with the new implementation it can be endless, or doesn't work right.
Related to PR: https://github.com/JetBrains/compose-multiplatform-core/pull/493