mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-01 11:10:00 +00:00
Refresh Preview3D node with node.onMouseEnter (#2439)
This commit is contained in:
@@ -892,6 +892,10 @@ class Load3d {
|
||||
this.handleResize()
|
||||
}
|
||||
|
||||
refreshViewport() {
|
||||
this.handleResize()
|
||||
}
|
||||
|
||||
handleResize() {
|
||||
const parentElement = this.renderer?.domElement?.parentElement
|
||||
|
||||
|
||||
Reference in New Issue
Block a user