mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-06 05:46:26 +00:00
c697938350
* Do not store cursor position in state Storing it in state causes a full re-render. The only time we use the cursor position is for pasting. This halves the number of renders on drag. * remove passive change