mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
remove repaint
This commit is contained in:
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
- Changed message handlers to use prefix handle\_
|
||||
- Renamed messages to drop the Message suffix
|
||||
- Events now bubble by default
|
||||
|
||||
### Added
|
||||
|
||||
|
||||
@@ -52,11 +52,6 @@ class Shutdown(Event):
|
||||
pass
|
||||
|
||||
|
||||
# class Repaint(Event, bubble=False):
|
||||
# def can_replace(self, message: "Message") -> bool:
|
||||
# return isinstance(message, Repaint)
|
||||
|
||||
|
||||
class Load(Event, bubble=False):
|
||||
"""
|
||||
Sent when the App is running but *before* the terminal is in application mode.
|
||||
|
||||
Reference in New Issue
Block a user