mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Apply suggestions from code review
Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user