fix(editor): Fix bug causing node issues to not be assigned before first interaction (no-changelog) (#10980)
This commit is contained in:
@@ -373,7 +373,7 @@ export function useCanvasMapping({
|
||||
subtitle: nodeSubtitleById.value[node.id] ?? '',
|
||||
type: node.type,
|
||||
typeVersion: node.typeVersion,
|
||||
disabled: !!node.disabled,
|
||||
disabled: node.disabled,
|
||||
inputs: nodeInputsById.value[node.id] ?? [],
|
||||
outputs: nodeOutputsById.value[node.id] ?? [],
|
||||
connections: {
|
||||
|
||||
Reference in New Issue
Block a user