Fix loading group titles.

main
comfyanonymous 1 year ago
parent 1122df1a20
commit 4d41bd595c

@ -4928,7 +4928,9 @@ LGraphNode.prototype.executeAction = function(action)
this.title = o.title;
this._bounding.set(o.bounding);
this.color = o.color;
this.font_size = o.font_size;
if (o.font_size) {
this.font_size = o.font_size;
}
};
LGraphGroup.prototype.serialize = function() {

Loading…
Cancel
Save