[Cleanup] Remove WidgetOptions.forceInput (#3362)

This commit is contained in:
Chenlei Hu
2025-04-09 11:36:35 -04:00
committed by GitHub
parent a879f413bb
commit 609496957b
3 changed files with 1 additions and 7 deletions

View File

@@ -147,7 +147,6 @@ export const useLitegraphService = () => {
widget.label = st(nameKey, widget.label ?? inputName)
widget.options ??= {}
Object.assign(widget.options, {
forceInput: inputSpec.forceInput,
advanced: inputSpec.advanced,
hidden: inputSpec.hidden
})