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
a7dd82e6
"web/extensions/vscode:/vscode.git/clone" did not exist on "887ea0ba83efdb2cfdb506fdaef10481abf85643"
Commit
a7dd82e6
authored
Apr 05, 2024
by
comfyanonymous
Browse files
Fix copy paste issue with litegraph.
parent
38ed2da2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
web/lib/litegraph.core.js
web/lib/litegraph.core.js
+1
-1
No files found.
web/lib/litegraph.core.js
View file @
a7dd82e6
...
@@ -7247,7 +7247,7 @@ LGraphNode.prototype.executeAction = function(action)
...
@@ -7247,7 +7247,7 @@ LGraphNode.prototype.executeAction = function(action)
//create links
//create links
for
(
var
i
=
0
;
i
<
clipboard_info
.
links
.
length
;
++
i
)
{
for
(
var
i
=
0
;
i
<
clipboard_info
.
links
.
length
;
++
i
)
{
var
link_info
=
clipboard_info
.
links
[
i
];
var
link_info
=
clipboard_info
.
links
[
i
];
var origin_node;
var
origin_node
=
undefined
;
var
origin_node_relative_id
=
link_info
[
0
];
var
origin_node_relative_id
=
link_info
[
0
];
if
(
origin_node_relative_id
!=
null
)
{
if
(
origin_node_relative_id
!=
null
)
{
origin_node
=
nodes
[
origin_node_relative_id
];
origin_node
=
nodes
[
origin_node_relative_id
];
...
...
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