#64 Fix default mouse_hover state

This commit is contained in:
Insality
2020-05-19 23:54:15 +03:00
parent 2db45b27e2
commit 8231e30310
3 changed files with 7 additions and 0 deletions

View File

@@ -263,6 +263,7 @@ Create hover component with druid: `hover = druid:new_hover(node, callback)`
### Notes
- By default, hover handles _hover event_ with pressed touch action_id. So it's mean, what mouse or touch have to be pressed
- On desktop platforms there is _on_mouse_hover_ event. It's event on mouse hover without any action id
- By default, assume what node is on not hovered state (both _hover_ and _mouse_hover_)
## Swipe