mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Actions and updates
This commit is contained in:
@@ -153,7 +153,7 @@ class MessagePump:
|
||||
pending = self.peek_message()
|
||||
if pending is None or not message.can_batch(pending.message):
|
||||
break
|
||||
priority, message = pending
|
||||
priority, message = await self.get_message()
|
||||
|
||||
try:
|
||||
await self.dispatch_message(message, priority)
|
||||
|
||||
Reference in New Issue
Block a user