From e446859be8f5c3086fb8b0f7a49a9e5a8c388919 Mon Sep 17 00:00:00 2001 From: Austin Mroz Date: Tue, 20 Jan 2026 13:51:51 -0800 Subject: [PATCH] Use step2 for ints --- src/extensions/core/customCombo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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