Skip to content

Commit 697feb1

Browse files
committed
✨ 双击鼠标中键可以根据鼠标选中的内容重置视野
1 parent 4ae45f7 commit 697feb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/core/service/controlService/controller/concrete/ControllerCamera.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export class ControllerCameraClass extends ControllerClass {
276276
return;
277277
}
278278
// 中键双击
279-
Camera.reset();
279+
Camera.resetBySelected();
280280
}
281281
};
282282

0 commit comments

Comments
 (0)