[backport core/1.39] Prevent serialization of progress text to prompt (#9223)

Backport of #9221 to `core/1.39`

Automatically created by backport workflow.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-9223-backport-core-1-39-Prevent-serialization-of-progress-text-to-prompt-3136d73d3650818dbc8bed7f2a312ded)
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:50 +09:00
committed by GitHub
parent e3d57709f7
commit 7482ae1849

View File

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