mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
captures -> captured
This commit is contained in:
@@ -148,7 +148,7 @@ class Hide(Event, bubble=False):
|
||||
class MouseCapture(Event, bubble=False):
|
||||
"""Sent when the mouse has been captured.
|
||||
|
||||
When a mouse has been captures, all further mouse events will be sent to the capturing widget.
|
||||
When a mouse has been captured, all further mouse events will be sent to the capturing widget.
|
||||
|
||||
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user