mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-31 13:29:55 +00:00
[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:
@@ -12,6 +12,7 @@
|
||||
/>
|
||||
<WidgetWithControl
|
||||
v-else-if="widget.controlWidget"
|
||||
v-model="modelValue"
|
||||
:component="WidgetSelectDefault"
|
||||
:widget="widget as StringControlWidget"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user