Skip to content

Commit fc1befb

Browse files
committed
test: include node properties in badge state
Amp-Thread-ID: https://ampcode.com/threads/T-01a027ef-f1f1-7303-a0d0-7efb17fa09f8
1 parent 1bf504c commit fc1befb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/composables/node/badgeRendererParity.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ function vueBadgeText(node: LGraphNode): string {
111111
inputs: node.inputs,
112112
mode: node.mode,
113113
outputs: node.outputs,
114+
properties: node.properties,
114115
title: node.title,
115116
type: node.type
116117
}

0 commit comments

Comments
 (0)