mirror of https://github.com/node-red/node-red.git
parent
e48607c743
commit
ad615a76c8
|
|
@ -288,7 +288,7 @@ RED.view = (function() {
|
|||
}
|
||||
selectedLinks.clearUnselected()
|
||||
},
|
||||
length: () => groups.length,
|
||||
length: () => groups.size,
|
||||
forEach: (func) => { groups.forEach(func) },
|
||||
toArray: () => [...groups],
|
||||
clear: function () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue