mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user