Skip to content

Commit df14538

Browse files
blob42willmcgugan
andauthored
fix doc error in Bubble parameters for events.Focus and events.Blur (#3084)
Co-authored-by: Will McGugan <[email protected]>
1 parent 11ce101 commit df14538

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717

1818
## [0.33.0] - 2023-08-15
1919

20+
2021
### Fixed
2122

2223
- Fixed unintuitive sizing behaviour of TabbedContent https://github.com/Textualize/textual/issues/2411

src/textual/events.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,15 +535,15 @@ class Leave(Event, bubble=False, verbose=True):
535535
class Focus(Event, bubble=False):
536536
"""Sent when a widget is focussed.
537537
538-
- [X] Bubbles
538+
- [ ] Bubbles
539539
- [ ] Verbose
540540
"""
541541

542542

543543
class Blur(Event, bubble=False):
544544
"""Sent when a widget is blurred (un-focussed).
545545
546-
- [X] Bubbles
546+
- [ ] Bubbles
547547
- [ ] Verbose
548548
"""
549549

0 commit comments

Comments
 (0)