Skip to content

Commit 92e60b1

Browse files
authored
Update stop_event_propagation.py
1 parent 8ee59de commit 92e60b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/examples/stop_event_propagation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def DivInDiv():
2828
{"onClick": lambda e: set_stop_propagatation(not stop_propagatation)},
2929
"Toggle Propogation",
3030
),
31-
idom.html.pre(f"Will stop propagation: {stop_propagatation}"),
31+
idom.html.pre(f"Will propagate: {not stop_propagatation}"),
3232
idom.html.pre(f"Inner click count: {inner_count}"),
3333
idom.html.pre(f"Outer click count: {outer_count}"),
3434
div_in_div,

0 commit comments

Comments
 (0)