Fix build
This commit is contained in:
@@ -3,7 +3,7 @@ import { Line } from "react-konva";
|
|||||||
import Konva from "konva";
|
import Konva from "konva";
|
||||||
import type { ShapeProps } from "./types";
|
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);
|
const shapeRef = useRef<Konva.Line>(null);
|
||||||
|
|
||||||
// Transformer is managed in EditorCanvas for multi-select support
|
// Transformer is managed in EditorCanvas for multi-select support
|
||||||
|
|||||||
Reference in New Issue
Block a user