mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #4893 from jw-00000/patch-1
Fix documentation of behavior of v0.12 and v0.13
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