"...gpu/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "2013da67636abf369b78078f6d1712707173be17"
Commit b92a86d7 authored by comfyanonymous's avatar comfyanonymous
Browse files

Update litegraph to upstream.

parent f895260e
......@@ -4928,7 +4928,7 @@ LGraphNode.prototype.executeAction = function(action)
this.title = o.title;
this._bounding.set(o.bounding);
this.color = o.color;
this.font = o.font;
this.font_size = o.font_size;
};
LGraphGroup.prototype.serialize = function() {
......@@ -4942,7 +4942,7 @@ LGraphNode.prototype.executeAction = function(action)
Math.round(b[3])
],
color: this.color,
font: this.font
font_size: this.font_size
};
};
......
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