Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
b92a86d7
Commit
b92a86d7
authored
Sep 20, 2023
by
comfyanonymous
Browse files
Update litegraph to upstream.
parent
f895260e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
web/lib/litegraph.core.js
web/lib/litegraph.core.js
+2
-2
No files found.
web/lib/litegraph.core.js
View file @
b92a86d7
...
...
@@ -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
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment