We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e49ac commit e3cde7fCopy full SHA for e3cde7f
src/litegraph.js
@@ -2530,7 +2530,7 @@
2530
var w = this.widgets[i];
2531
if(!w)
2532
continue;
2533
- if(w.options && w.options.property && this.properties[ w.options.property ])
+ if(w.options && w.options.property && (this.properties[ w.options.property ] != undefined))
2534
w.value = JSON.parse( JSON.stringify( this.properties[ w.options.property ] ) );
2535
}
2536
if (info.widgets_values) {
0 commit comments