[backport cloud/1.35] Fix doubled control application (#7683)

Backport of #7550 to `cloud/1.35`

Automatically created by backport workflow.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7683-backport-cloud-1-35-Fix-doubled-control-application-2cf6d73d365081e1b057fa21d9fa6e9d)
by [Unito](https://www.unito.io)

Co-authored-by: AustinMroz <austin@comfy.org>
This commit is contained in:
Comfy Org PR Bot
2025-12-21 06:14:20 +09:00
committed by GitHub
parent bf5bdb4156
commit e6475c3b56
14 changed files with 121 additions and 676 deletions

View File

@@ -75,3 +75,10 @@ export interface SimplifiedWidget<
controlWidget?: SafeControlWidget
}
export interface SimplifiedControlWidget<
T extends WidgetValue = WidgetValue,
O = Record<string, any>
> extends SimplifiedWidget<T, O> {
controlWidget: SafeControlWidget
}