Skip to content

Commit

Permalink
Fix likely copy/paste-o
Browse files Browse the repository at this point in the history
Co-authored-by: TomJGooding <[email protected]>
  • Loading branch information
davep and TomJGooding authored Mar 20, 2024
1 parent ab2e790 commit cd608c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ class AppFocus(Event, bubble=False):


class AppBlur(Event, bubble=False):
"""Sent when the app gains focus.
"""Sent when the app loses focus.
- [ ] Bubbles
- [ ] Verbose
Expand Down

0 comments on commit cd608c1

Please sign in to comment.