We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301f008 commit 3cdc653Copy full SHA for 3cdc653
src/textual/dom.py
@@ -253,6 +253,10 @@ def mutate_reactive(self, reactive: Reactive[ReactiveType]) -> None:
253
this method after your reactive is updated. This will ensure that all the reactive _superpowers_
254
work.
255
256
+ !!! note
257
+
258
+ This method will cause watchers to be called, even if the value hasn't changed.
259
260
Args:
261
reactive: A reactive property (use the class scope syntax, i.e. `MyClass.my_reactive`).
262
"""
0 commit comments