We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c4a1de + bc0254f commit 2693f18Copy full SHA for 2693f18
1 file changed
src/litegraph.js
@@ -4913,7 +4913,7 @@ LGraphNode.prototype.executeAction = function(action)
4913
this.title = o.title;
4914
this._bounding.set(o.bounding);
4915
this.color = o.color;
4916
- this.font = o.font;
+ this.font_size = o.font_size;
4917
};
4918
4919
LGraphGroup.prototype.serialize = function() {
@@ -4927,7 +4927,7 @@ LGraphNode.prototype.executeAction = function(action)
4927
Math.round(b[3])
4928
],
4929
color: this.color,
4930
- font: this.font
+ font_size: this.font_size
4931
4932
4933
0 commit comments