fix: Missing call signature change

This commit is contained in:
Mark Tolmacs
2025-10-21 22:17:32 +02:00
parent a55ebda8ad
commit ad028cf493

View File

@@ -663,8 +663,8 @@ const ExcalidrawWrapper = () => {
debugRenderer(
debugCanvasRef.current,
appState,
elements,
window.devicePixelRatio,
() => forceRefresh((prev) => !prev),
);
}
};