From fdba336c05aba9499addc066fcfb766ec131388e Mon Sep 17 00:00:00 2001 From: Reece Browne <74901996+reecebrowne@users.noreply.github.com> Date: Wed, 8 Oct 2025 14:57:29 +0100 Subject: [PATCH] Update frontend/src/components/annotation/shared/DrawingCanvas.tsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- frontend/src/components/annotation/shared/DrawingCanvas.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/annotation/shared/DrawingCanvas.tsx b/frontend/src/components/annotation/shared/DrawingCanvas.tsx index 53585261d..87362f74d 100644 --- a/frontend/src/components/annotation/shared/DrawingCanvas.tsx +++ b/frontend/src/components/annotation/shared/DrawingCanvas.tsx @@ -64,7 +64,7 @@ export const DrawingCanvas: React.FC = ({ padRef.current = null; } setModalOpen(true); - };1 + }; const trimCanvas = (canvas: HTMLCanvasElement): string => { const ctx = canvas.getContext('2d');