diff --git a/src/extensions/core/customCombo.ts b/src/extensions/core/customCombo.ts index 810540c707..d4a55367ef 100644 --- a/src/extensions/core/customCombo.ts +++ b/src/extensions/core/customCombo.ts @@ -132,7 +132,7 @@ function onCustomIntCreated(this: LGraphNode) { valueWidget.callback?.(valueWidget.value) } }) - Object.defineProperty(valueWidget.options, 'step', { + Object.defineProperty(valueWidget.options, 'step2', { get: () => this.properties.step ?? 1, set: (v) => { this.properties.step = v