diff --git a/src/pages/editor/components/tools/LineShape.tsx b/src/pages/editor/components/tools/LineShape.tsx index bdbbb1e..f6c4c91 100644 --- a/src/pages/editor/components/tools/LineShape.tsx +++ b/src/pages/editor/components/tools/LineShape.tsx @@ -3,7 +3,7 @@ import { Line } from "react-konva"; import Konva from "konva"; import type { ShapeProps } from "./types"; -const LineShape = ({ obj, isSelected, onSelect, onUpdate, draggable }: ShapeProps) => { +const LineShape = ({ obj, onSelect, onUpdate, draggable }: ShapeProps) => { const shapeRef = useRef(null); // Transformer is managed in EditorCanvas for multi-select support