mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
input docs an exampels
This commit is contained in:
@@ -417,7 +417,7 @@ class MessagePump(metaclass=MessagePumpMeta):
|
||||
# parent is sender, so we stop propagation after parent
|
||||
message.stop()
|
||||
if self.is_parent_active and not self._parent._closing:
|
||||
await self._parent.post_message(message)
|
||||
await message._bubble_to(self._parent)
|
||||
|
||||
def check_idle(self) -> None:
|
||||
"""Prompt the message pump to call idle if the queue is empty."""
|
||||
|
||||
Reference in New Issue
Block a user