Merge pull request #4959 from hungtcs/master

Change groups.length to groups.size
This commit is contained in:
Nick O'Leary 2024-11-18 16:18:27 +00:00 committed by GitHub
commit 47e1389548
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -288,7 +288,7 @@ RED.view = (function() {
}
selectedLinks.clearUnselected()
},
length: () => groups.length,
length: () => groups.size,
forEach: (func) => { groups.forEach(func) },
toArray: () => [...groups],
clear: function () {