mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-05 05:32:02 +00:00
[3d] fix preview camera not sync up issue (#2747)
This commit is contained in:
@@ -92,12 +92,6 @@ export class CameraManager implements CameraManagerInterface {
|
||||
: 'orthographic'
|
||||
}
|
||||
|
||||
refreshCamera() {
|
||||
// TODO need to improve the logic here
|
||||
this.toggleCamera()
|
||||
this.toggleCamera()
|
||||
}
|
||||
|
||||
toggleCamera(cameraType?: CameraType): void {
|
||||
const oldCamera = this.activeCamera
|
||||
|
||||
|
||||
Reference in New Issue
Block a user