mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
Fix loading groups.
This commit is contained in:
parent
410bf07771
commit
d03d8aa2e3
@ -4928,7 +4928,9 @@ LGraphNode.prototype.executeAction = function(action)
|
|||||||
this.title = o.title;
|
this.title = o.title;
|
||||||
this._bounding.set(o.bounding);
|
this._bounding.set(o.bounding);
|
||||||
this.color = o.color;
|
this.color = o.color;
|
||||||
this.font_size = o.font_size;
|
if (o.font_size) {
|
||||||
|
this.font_size = o.font_size;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
LGraphGroup.prototype.serialize = function() {
|
LGraphGroup.prototype.serialize = function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user