Skip to content

Commit a6124d7

Browse files
authored
Revert "feat: add operation for cycling crosswalk tags (#1160)"
This reverts commit 30dce47.
1 parent f59dd48 commit a6124d7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/operations/cycle_highway_tag.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ export function operationCycleHighwayTag(context, selectedIDs) {
4343
'highway/footway/crossing/ladder:skewed',
4444
];
4545

46-
// Do not allow multi-select.
47-
if (selectedIDs.length > 1) return false;
48-
4946
const selectedID = selectedIDs[0];
5047
const entity = graph.hasEntity(selectedID);
5148

0 commit comments

Comments
 (0)