diff --git a/src/core/graph/widgets/dynamicWidgets.ts b/src/core/graph/widgets/dynamicWidgets.ts index 7e3f7fd71..78c78ca8c 100644 --- a/src/core/graph/widgets/dynamicWidgets.ts +++ b/src/core/graph/widgets/dynamicWidgets.ts @@ -1,5 +1,4 @@ import { remove } from 'es-toolkit' -import { shallowReactive } from 'vue' import { useChainCallback } from '@/composables/functional/useChainCallback' import type { @@ -345,7 +344,6 @@ function applyMatchType(node: LGraphNode, inputSpec: InputSpecV2) { requestAnimationFrame(() => { const input = node.inputs[index] if (!input) return - node.inputs[index] = shallowReactive(input) node.onConnectionsChange?.( LiteGraph.INPUT, index,