Fix build

This commit is contained in:
hamid zarghami
2026-01-08 09:33:25 +03:30
parent fcb4bc4f2f
commit cf9c795e81
@@ -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<Konva.Line>(null);
// Transformer is managed in EditorCanvas for multi-select support