Files
excalidraw/src/components
Christopher Chedeau 545b214558 Don't open context menu when multi-touch (#2455)
This was very annoying when you would zoom on mobile and the context menu would appear.

The problem was the following:
- You put a finger in, it creates a timeout
- You put a second finger in, it creates another timeout
- 300ms elapsed, which is not that much
- The context menu opens
- Now you move your fingers, which works, but the context menu is still open

The fix is to invalidate the context menu if a second finger is added even if the first one hasn't moved.
2020-12-06 00:06:50 +01:00
..
2020-12-04 19:18:20 +02:00
2020-11-29 20:19:06 +02:00
2020-11-06 21:06:30 +01:00
2020-08-13 13:35:31 +02:00
2020-11-05 22:05:58 +02:00
2020-11-26 01:21:33 +02:00
2020-11-26 01:21:33 +02:00