"...ldm/git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "98f828fad98643d4f8f31e355cc79a1fd42e1bb8"
Commit d03d8aa2 authored by comfyanonymous's avatar comfyanonymous
Browse files

Fix loading groups.

parent 410bf077
...@@ -4928,7 +4928,9 @@ LGraphNode.prototype.executeAction = function(action) ...@@ -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;
if (o.font_size) {
this.font_size = o.font_size; this.font_size = o.font_size;
}
}; };
LGraphGroup.prototype.serialize = function() { LGraphGroup.prototype.serialize = function() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment