[backport core/1.36] fix: PrimitiveNode combo widget value not persisting in vueNodes mode (#7979)

Backport of #7782 to `core/1.36`

Automatically created by backport workflow.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7979-backport-core-1-36-fix-PrimitiveNode-combo-widget-value-not-persisting-in-vueNodes-mod-2e76d73d36508129bd15e1927c8b479a)
by [Unito](https://www.unito.io)

Co-authored-by: Terry Jia <terryjia88@gmail.com>
This commit is contained in:
Comfy Org PR Bot
2026-01-13 12:00:56 +09:00
committed by GitHub
parent 1dc5d130ad
commit fd67ee070e

View File

@@ -12,6 +12,7 @@
/>
<WidgetWithControl
v-else-if="widget.controlWidget"
v-model="modelValue"
:component="WidgetSelectDefault"
:widget="widget as StringControlWidget"
/>