You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Origin component calls onHover and onLeave handlers when onMouseEnter and onMouseLeave events are triggered.
But if delay feature is enabled, they should be called after emitting hide action.
The text was updated successfully, but these errors were encountered:
kuy
changed the title
Timing of calling onHover and onLeave handlers
Timing of calling onHover and onLeave handlers
Jan 9, 2016
Currently
Origin
component callsonHover
andonLeave
handlers whenonMouseEnter
andonMouseLeave
events are triggered.But if delay feature is enabled, they should be called after emitting
hide
action.The text was updated successfully, but these errors were encountered: