mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-07-30 19:37:01 +08:00
Update litegraph to upstream.
This commit is contained in:
parent
f895260e5e
commit
b92a86d737
@ -4928,7 +4928,7 @@ 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 = o.font;
|
this.font_size = o.font_size;
|
||||||
};
|
};
|
||||||
|
|
||||||
LGraphGroup.prototype.serialize = function() {
|
LGraphGroup.prototype.serialize = function() {
|
||||||
@ -4942,7 +4942,7 @@ LGraphNode.prototype.executeAction = function(action)
|
|||||||
Math.round(b[3])
|
Math.round(b[3])
|
||||||
],
|
],
|
||||||
color: this.color,
|
color: this.color,
|
||||||
font: this.font
|
font_size: this.font_size
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user