mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 12:43:05 +00:00
Fix documentation of event propagation: 0.13 to 0.14
This commit is contained in:
@@ -31,7 +31,7 @@ string type
|
||||
|
||||
> Note:
|
||||
>
|
||||
> As of v0.12, returning `false` from an event handler will no longer stop event propagation. Instead, `e.stopPropagation()` or `e.preventDefault()` should be triggered manually, as appropriate.
|
||||
> As of v0.14, returning `false` from an event handler will no longer stop event propagation. Instead, `e.stopPropagation()` or `e.preventDefault()` should be triggered manually, as appropriate.
|
||||
|
||||
## Event pooling
|
||||
|
||||
|
||||
Reference in New Issue
Block a user