Fix scroll flicker (#2358)

* fix scroll flicker

* fix scroll flicker

* remove event

* do not delay scroll

* remove comment

* test fix

* remove commented code

* comment

* increase pause on click

* changelog [skip ci]

* wait on resume

* remove note [skip ci]
This commit is contained in:
Will McGugan
2023-04-24 09:33:15 +01:00
committed by GitHub
parent 8b6d9027e9
commit 80f4c12e76
9 changed files with 53 additions and 38 deletions

View File

@@ -39,4 +39,4 @@ async def test_call_after_refresh() -> None:
app.call_after_refresh(callback)
await asyncio.wait_for(called_event.wait(), 1)
app_display_count = app.display_count
assert app_display_count > display_count
assert app_display_count == display_count