Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jul 29, 2024
1 parent 9b1bb5e commit cfd100e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/input.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Textual will send a [MouseCapture](../events/mouse_capture.md) event when the mo
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.

Both `Enter` and `Leave` _bubble_, so a widget may receive these events from a child widget.
You can check the initial widget these events were send to by comparing the `node` attribute against `self` in the message handler.
You can check the initial widget these events were sent to by comparing the `node` attribute against `self` in the message handler.

### Click events

Expand Down

0 comments on commit cfd100e

Please sign in to comment.