diff --git a/src/components/canvas/Canvas.tsx b/src/components/canvas/Canvas.tsx index d8e2115..0af0d92 100644 --- a/src/components/canvas/Canvas.tsx +++ b/src/components/canvas/Canvas.tsx @@ -105,7 +105,7 @@ function Canvas() { if (selectionCoords.length !== 0) { return selectionCoords.some(([x2, y2]) => x2 === x && y2 === y); } - return false; + return true; }; const eraseTool = () => {