mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Widgets, not widget
This commit is contained in:
@@ -354,7 +354,7 @@ class DOMQuery(Generic[QueryType]):
|
||||
"""Remove matched nodes from the DOM.
|
||||
|
||||
Returns:
|
||||
AwaitRemove: An awaitable object that waits for the widget to be removed.
|
||||
AwaitRemove: An awaitable object that waits for the widgets to be removed.
|
||||
"""
|
||||
prune_finished_event = asyncio.Event()
|
||||
app = active_app.get()
|
||||
|
||||
Reference in New Issue
Block a user