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.
2 parents 8cf89b3 + da3303b commit 0895276Copy full SHA for 0895276
2-ui/2-events/04-default-browser-action/article.md
@@ -113,7 +113,7 @@ The property `event.defaultPrevented` is `true` if the default action was preven
113
114
There's an interesting use case for it.
115
116
-You remember in the chapter <info:bubbling-and-capturing> we talked about `event.stopPropagation()` and why stopping bubbling is bad?
+You remember in the chapter <info:bubbling-and-capturing> we talked about `event.stopPropagation()` and why stopping bubbling is bad?
117
118
Sometimes we can use `event.defaultPrevented` instead, to signal other event handlers that the event was handled.
119
0 commit comments