Apply suggestions from code review

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
Will McGugan
2022-08-25 10:22:22 +01:00
committed by GitHub
parent 2d22f65f28
commit 0a570b8397
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# MouseRelease
The `MouseRelease` event is sent to a widget it is no longer receiving mouse events outside of its borders.
The `MouseRelease` event is sent to a widget when it is no longer receiving mouse events outside of its borders.
- [ ] Bubbles

View File

@@ -1,6 +1,6 @@
# MouseScrollDown
The `MouseScrollDown` event is sent to a widget when scroll wheel (or trackpad equivalent) is moved _down_.
The `MouseScrollDown` event is sent to a widget when the scroll wheel (or trackpad equivalent) is moved _down_.
- [x] Bubbles