bill 4 months ago
parent
commit
8a4417d378
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/hook/use-fly.ts

+ 1 - 0
src/hook/use-fly.ts

@@ -60,6 +60,7 @@ export const flyTaggingPosition = (position: TaggingPosition) => {
       // distance: 3,
       maxDis: 15,
       isFlyToTag: true,
+      focusPos: position.localPos,
       ...position.pose
     } as any);
   } else {