How to prevent triggering mouseleave after mouseup?
In my javascript app I am having issues with event "propagation"(?),
namely I would like not to trigger mouseleave after mouse up on an element
( have implemented dragging behavior therefore it moves and mouse leaves
it).
How can I do that ?
No comments:
Post a Comment