Files
excalidraw-box/.jules
ruinivist b8ea606f92 perf: prevent expensive excalidraw re-renders on keystroke
Wraps `onExcalidrawAPI` in `useCallback` to prevent the heavy Excalidraw canvas component from re-rendering on every keystroke when typing in the code block editor.
Wraps `DrawingSidebar` in `memo` and utilizes stable callbacks passed from `App.tsx` instead of inline functions to prevent unnecessary list re-renders.
2026-06-05 08:11:35 +00:00
..