You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/input.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@ Textual will send a [MouseCapture](../events/mouse_capture.md) event when the mo
233
233
Textual will send a [Enter](../events/enter.md) event to a widget when the mouse cursor first moves over it, and a [Leave](../events/leave.md) event when the cursor moves off a widget.
234
234
235
235
Both `Enter` and `Leave`_bubble_, so a widget may receive these events from a child widget.
236
-
You can check the initial widget these events were send to by comparing the `node` attribute against `self` in the message handler.
236
+
You can check the initial widget these events were sent to by comparing the `node` attribute against `self` in the message handler.
0 commit comments