mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
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 |
||
---|---|---|
.. | ||
index.ts | ||
renderElement.ts | ||
renderScene.ts | ||
roundRect.ts |