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
If you click either blue or green square, the click work as intended. If during clicking you slide you pointer on the blue square for some pixels, it still works. But if you do pointerdown on blue, slide to green, and pointerup on green, click does not work. I think it should work cause we didn't left the blue square.
The text was updated successfully, but these errors were encountered:
Thanks for raising the issue. Can you show that your described behavior is what happens in html? Just a very simple code pen so I dont have to do it myself right now :)
Please see the repro: https://codesandbox.io/p/sandbox/optimistic-buck-k6hfqz
If you click either blue or green square, the click work as intended. If during clicking you slide you pointer on the blue square for some pixels, it still works. But if you do pointerdown on blue, slide to green, and pointerup on green, click does not work. I think it should work cause we didn't left the blue square.
The text was updated successfully, but these errors were encountered: