mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Nodes needs Array.length not Set.size
This commit is contained in:
@@ -21,7 +21,7 @@ export function operationRotate(selectedIDs, context) {
|
||||
|
||||
|
||||
operation.available = function() {
|
||||
return nodes.size >= 2;
|
||||
return nodes.length >= 2;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user