|
@@ -61,7 +61,6 @@ watchEffect(() => {
|
|
let currentPoints = props.path.points;
|
|
let currentPoints = props.path.points;
|
|
let changPointsTimeout: any;
|
|
let changPointsTimeout: any;
|
|
path.bus.on("changePoints", (points) => {
|
|
path.bus.on("changePoints", (points) => {
|
|
- console.log(points);
|
|
|
|
clearTimeout(changPointsTimeout);
|
|
clearTimeout(changPointsTimeout);
|
|
currentPoints = points.map((p, ndx) => ({
|
|
currentPoints = points.map((p, ndx) => ({
|
|
name: p.name,
|
|
name: p.name,
|