|
@@ -99,8 +99,8 @@ const addLineHandler = (l: LineData["lines"][0]) => {
|
|
|
};
|
|
|
|
|
|
const updateHandler = () => {
|
|
|
- normalLineData(props.data, ctx);
|
|
|
- emit("updateShape");
|
|
|
+ // normalLineData(props.data, ctx);
|
|
|
+ // emit("updateShape");
|
|
|
track = false;
|
|
|
dragPointIds.value = undefined;
|
|
|
};
|