Commit f5e51d0
authored
fix: PrimitiveNode combo widget value not persisting in vueNodes mode (#7782)
## Summary
- Add missing v-model binding to WidgetWithControl in WidgetSelect.vue
- Trigger callback after setting widget value in PrimitiveNode to update
linked widgets
The combo widget value was lost because PrimitiveNode creates combo
widgets with controlWidget (via addValueControlWidgets), causing it to
use the WidgetWithControl branch which was missing v-model binding.
fix #7694 and
#7696
## Screenshots
before
https://github.com/user-attachments/assets/0a0dc668-eb71-4072-b5f7-0c20483fc1ff
after
https://github.com/user-attachments/assets/dfd2274c-8ebf-4105-821a-946063d87e9a1 parent 27caaa3 commit f5e51d0
File tree
1 file changed
+1
-0
lines changed- src/renderer/extensions/vueNodes/widgets/components
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments