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 8ee59de commit 92e60b1Copy full SHA for 92e60b1
docs/source/examples/stop_event_propagation.py
@@ -28,7 +28,7 @@ def DivInDiv():
28
{"onClick": lambda e: set_stop_propagatation(not stop_propagatation)},
29
"Toggle Propogation",
30
),
31
- idom.html.pre(f"Will stop propagation: {stop_propagatation}"),
+ idom.html.pre(f"Will propagate: {not stop_propagatation}"),
32
idom.html.pre(f"Inner click count: {inner_count}"),
33
idom.html.pre(f"Outer click count: {outer_count}"),
34
div_in_div,
0 commit comments