mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-21 15:24:09 +00:00
Type LGraphNode.getInnerNodes (#2498)
This commit is contained in:
@@ -151,7 +151,6 @@ app.registerExtension({
|
||||
height
|
||||
)
|
||||
|
||||
// @ts-expect-error hacky override
|
||||
sceneWidget.serializeValue = async () => {
|
||||
node.properties['Camera Info'] = load3d.getCameraState()
|
||||
|
||||
@@ -314,7 +313,6 @@ app.registerExtension({
|
||||
height
|
||||
)
|
||||
|
||||
// @ts-expect-error hacky override
|
||||
sceneWidget.serializeValue = async () => {
|
||||
node.properties['Camera Info'] = load3d.getCameraState()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user