Add note about enter/leave bubbling

Fixes #2826.
This commit is contained in:
Ben Alpert
2015-02-26 16:29:18 -08:00
parent 1c697ab141
commit de1f8682d5
+2
View File
@@ -117,6 +117,8 @@ onDragOver onDragStart onDrop onMouseDown onMouseEnter onMouseLeave
onMouseMove onMouseOut onMouseOver onMouseUp
```
The `onMouseEnter` and `onMouseLeave` events propagate from the component being left to the one being entered instead of ordinary bubbling and do not have a capture phase.
Properties:
```javascript