Skip to content

Commit ad028cf

Browse files
committed
fix: Missing call signature change
1 parent a55ebda commit ad028cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

excalidraw-app/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,8 +663,8 @@ const ExcalidrawWrapper = () => {
663663
debugRenderer(
664664
debugCanvasRef.current,
665665
appState,
666+
elements,
666667
window.devicePixelRatio,
667-
() => forceRefresh((prev) => !prev),
668668
);
669669
}
670670
};

0 commit comments

Comments
 (0)