Browse Source

copy group to clipboard only when all nodes in the group are selected

pull/2774/head
hku 9 months ago
parent
commit
dfbe08181d
  1. 2
      web/lib/litegraph.core.js

2
web/lib/litegraph.core.js

@ -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…
Cancel
Save