mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
fix another regression (in b72f3aa), add tests
This commit is contained in:
@@ -111,7 +111,7 @@ export function actionReverse(entityID, options) {
|
||||
}
|
||||
return degrees.toString();
|
||||
} else {
|
||||
return value;
|
||||
return valueReplacements[value] || value;
|
||||
}
|
||||
}).join(';');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user