mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
scrolling
This commit is contained in:
@@ -157,6 +157,8 @@ class MessagePump:
|
||||
|
||||
try:
|
||||
await self.dispatch_message(message, priority)
|
||||
except Exception:
|
||||
log.exception("error dispatching %r", message)
|
||||
finally:
|
||||
if self._message_queue.empty():
|
||||
idle_handler = getattr(self, "on_idle", None)
|
||||
|
||||
Reference in New Issue
Block a user