[backport cloud/1.40] Prevent serialization of progress text to prompt (#9225)

Backport of #9221 to `cloud/1.40`

Automatically created by backport workflow.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-9225-backport-cloud-1-40-Prevent-serialization-of-progress-text-to-prompt-3136d73d365081f29603f360cf6edded)
by [Unito](https://www.unito.io)

Co-authored-by: AustinMroz <austin@comfy.org>
This commit is contained in:
Comfy Org PR Bot
2026-02-26 10:38:39 +09:00
committed by GitHub
parent 58460ada48
commit c46a95bd90

View File

@@ -47,6 +47,7 @@ export function useTextPreviewWidget(
typeof value === 'string' ? value : String(value)
},
getMinHeight: () => options.minHeight ?? 42 + PADDING,
serialize: false,
read_only: true
},
type: inputSpec.type