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
e3579f33
"docs/en/vscode:/vscode.git/clone" did not exist on "f40d8d28f184fd932848af23f5fbcba75da28184"
Unverified
Commit
e3579f33
authored
Jun 26, 2024
by
pythongosssss
Committed by
GitHub
Jun 26, 2024
Browse files
Fix merge issue breaking api json loading (#3876)
parent
edfce78c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
web/scripts/app.js
web/scripts/app.js
+0
-1
No files found.
web/scripts/app.js
View file @
e3579f33
...
@@ -2321,7 +2321,6 @@ export class ComfyApp {
...
@@ -2321,7 +2321,6 @@ export class ComfyApp {
node
.
id
=
isNaN
(
+
id
)
?
id
:
+
id
;
node
.
id
=
isNaN
(
+
id
)
?
id
:
+
id
;
node
.
title
=
data
.
_meta
?.
title
??
node
.
title
node
.
title
=
data
.
_meta
?.
title
??
node
.
title
app
.
graph
.
add
(
node
);
app
.
graph
.
add
(
node
);
graph
.
add
(
node
);
}
}
this
.
changeWorkflow
(()
=>
{
this
.
changeWorkflow
(()
=>
{
...
...
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