mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update packages/node_modules/@node-red/editor-client/src/js/ui/view.js
This commit is contained in:
parent
b56bd7bb5e
commit
33ea25922d
@ -1927,10 +1927,6 @@ RED.view = (function() {
|
||||
// group entirely within lasso
|
||||
if (n.x > x && n.y > y && n.x + n.w < x2 && n.y + n.h < y2) {
|
||||
selectGroup(n, true)
|
||||
// n.selected = true
|
||||
// n.dirty = true
|
||||
// var groupNodes = RED.group.getNodes(n,true);
|
||||
// groupNodes.forEach(gn => movingSet.add(gn))
|
||||
}
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user