mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-10-21 23:20:39 +02:00
fix: Missing call signature change
This commit is contained in:
@@ -663,8 +663,8 @@ const ExcalidrawWrapper = () => {
|
||||
debugRenderer(
|
||||
debugCanvasRef.current,
|
||||
appState,
|
||||
elements,
|
||||
window.devicePixelRatio,
|
||||
() => forceRefresh((prev) => !prev),
|
||||
);
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user