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
d03d8aa2
Commit
d03d8aa2
authored
Nov 23, 2023
by
comfyanonymous
Browse files
Fix loading groups.
parent
410bf077
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
web/lib/litegraph.core.js
web/lib/litegraph.core.js
+3
-1
No files found.
web/lib/litegraph.core.js
View file @
d03d8aa2
...
@@ -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
;
this
.
font_size
=
o
.
font_size
;
if
(
o
.
font_size
)
{
this
.
font_size
=
o
.
font_size
;
}
};
};
LGraphGroup
.
prototype
.
serialize
=
function
()
{
LGraphGroup
.
prototype
.
serialize
=
function
()
{
...
...
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