Browse Source

clarify that events work for elements not for components

main
chico 9 years ago
parent
commit
a765e28132
  1. 2
      docs/ref-05-events.md

2
docs/ref-05-events.md

@ -144,7 +144,7 @@ onDragLeave 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.
The `onMouseEnter` and `onMouseLeave` events propagate from the element being left to the one being entered instead of ordinary bubbling and do not have a capture phase.
Properties:

Loading…
Cancel
Save