1184 fix - Prevent click event on fallback if dragged but item not changed position
It will be triggered when you press the left mouse button to start dragging an element, drag it a little and then release it.
It will cause the click events of all elements in the entire web page to be invalidated when the element is clicked for the first time.
Is there a better way to avoid these problems? Thanks
1184 fix - Prevent click event on fallback if dragged but item not changed position
It will be triggered when you press the left mouse button to start dragging an element, drag it a little and then release it. It will cause the click events of all elements in the entire web page to be invalidated when the element is clicked for the first time.
Is there a better way to avoid these problems? Thanks