Skip to content

Commit 3cdc653

Browse files
committed
note
1 parent 301f008 commit 3cdc653

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/textual/dom.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,10 @@ def mutate_reactive(self, reactive: Reactive[ReactiveType]) -> None:
253253
this method after your reactive is updated. This will ensure that all the reactive _superpowers_
254254
work.
255255
256+
!!! note
257+
258+
This method will cause watchers to be called, even if the value hasn't changed.
259+
256260
Args:
257261
reactive: A reactive property (use the class scope syntax, i.e. `MyClass.my_reactive`).
258262
"""

0 commit comments

Comments
 (0)