From ad028cf493a957a9c7181296c6bb08b6dd664726 Mon Sep 17 00:00:00 2001 From: Mark Tolmacs Date: Tue, 21 Oct 2025 22:17:32 +0200 Subject: [PATCH] fix: Missing call signature change --- excalidraw-app/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excalidraw-app/App.tsx b/excalidraw-app/App.tsx index a5d01769cc..43cfeecb24 100644 --- a/excalidraw-app/App.tsx +++ b/excalidraw-app/App.tsx @@ -663,8 +663,8 @@ const ExcalidrawWrapper = () => { debugRenderer( debugCanvasRef.current, appState, + elements, window.devicePixelRatio, - () => forceRefresh((prev) => !prev), ); } };