mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-12 07:10:52 +08:00
copy group to clipboard only when all nodes in the group are selected
This commit is contained in:
parent
de5055c981
commit
dfbe08181d
@ -7154,8 +7154,6 @@ LGraphNode.prototype.executeAction = function(action)
|
||||
index += 1;
|
||||
}
|
||||
|
||||
var _selected_groups = [];
|
||||
|
||||
for (var i = 0; i < selected_nodes_array.length; ++i) {
|
||||
var node = selected_nodes_array[i];
|
||||
var cloned = node.clone();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user