excalidraw/src/renderer
Christopher Chedeau 533815c081
Fix middle handles on mobile (#2459)
For rendering we always use mouse in order to check which handles to display but when doing the hit test, we used pointer which has a different size. So we couldn't use the middle handles for small shapes. This is now fixed.

cc @j-f1 as you added it in #790
2020-12-05 16:35:44 -08:00
..
index.ts Refactor Element Functions (#233) 2020-01-07 19:04:52 +04:00
renderElement.ts chore: Minor refactoring for consistency (#2425) 2020-11-29 17:32:51 +01:00
renderScene.ts Fix middle handles on mobile (#2459) 2020-12-05 16:35:44 -08:00
roundRect.ts Prefer arrow functions and callbacks (#1210) 2020-05-20 15:21:37 +02:00