Apply suggestions from code review

Co-authored-by: darrenburns <darrenburns@users.noreply.github.com>
This commit is contained in:
Will McGugan
2022-08-26 10:40:04 +01:00
committed by GitHub
parent 72327d6392
commit 732af87936
4 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
# DescendantFocus
The `DescendantFocus` event is sent to a widget when one of its children receives input focus.
The `DescendantFocus` event is sent to a widget when one of its descendants receives focus.
- [x] Bubbles

View File

@@ -1,8 +1,8 @@
# Load
The `Load` event is sent to the app prior to switching the terminal in to application mode.
The `Load` event is sent to the app prior to switching the terminal to application mode.
The load event is typically used to do any setup actions required by the app, that don't change the display.
The load event is typically used to do any setup actions required by the app that don't change the display.
- [ ] Bubbles

View File

@@ -8,4 +8,4 @@ The `MouseRelease` event is sent to a widget when it is no longer receiving mous
| attribute | type | purpose |
| ---------------- | ------ | -------------------------------------------- |
| `mouse_position` | Offset | Mouse coordinates when the mouse was release |
| `mouse_position` | Offset | Mouse coordinates when the mouse was released |