diff --git a/src/textual/reactive.py b/src/textual/reactive.py index 9b1e75d41f..4955b226a7 100644 --- a/src/textual/reactive.py +++ b/src/textual/reactive.py @@ -405,6 +405,7 @@ class reactive(Reactive[ReactiveType]): repaint: Perform a repaint on change. init: Call watchers on initialize (post mount). always_update: Call watchers even when the new value equals the old value. + recompose: Compose the widget again when the attribute changes. bindings: Refresh bindings when the reactive changes. """