|
@@ -99,7 +99,8 @@ const flyTaggingPosition = (position: TaggingPosition) => {
|
|
position: getTaggingPosNode(position)!.getImageCenter(),
|
|
position: getTaggingPosNode(position)!.getImageCenter(),
|
|
modelId: position.modelId,
|
|
modelId: position.modelId,
|
|
dur: 300,
|
|
dur: 300,
|
|
- distance: 3,
|
|
|
|
|
|
+ // distance: 3,
|
|
|
|
+ maxDis: 15,
|
|
});
|
|
});
|
|
};
|
|
};
|
|
onUnmounted(() => pop && pop());
|
|
onUnmounted(() => pop && pop());
|