mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-26 09:19:43 +00:00
[3d] temp fix preview camera not sync up (#2743)
This commit is contained in:
@@ -269,6 +269,10 @@ class Load3d {
|
||||
this.previewManager.togglePreview(showPreview)
|
||||
}
|
||||
|
||||
refreshCamera(): void {
|
||||
this.cameraManager.refreshCamera()
|
||||
}
|
||||
|
||||
setTargetSize(width: number, height: number): void {
|
||||
this.previewManager.setTargetSize(width, height)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user