mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 14:30:41 +00:00
Merge branch 'perf/fix-fast-pan-memory' of github.com:Comfy-Org/ComfyUI_frontend into perf/fix-fast-pan-memory
This commit is contained in:
@@ -521,9 +521,7 @@ function instrumentNode(node: LGraphNode): NodeInstrumentation {
|
||||
enumerable: true
|
||||
})
|
||||
|
||||
const reactiveOutputs = shallowReactive<INodeOutputSlot[]>(
|
||||
node.outputs ?? []
|
||||
)
|
||||
const reactiveOutputs = shallowReactive<INodeOutputSlot[]>(node.outputs ?? [])
|
||||
Object.defineProperty(node, 'outputs', {
|
||||
get() {
|
||||
return reactiveOutputs
|
||||
|
||||
Reference in New Issue
Block a user