mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
fixes a regression in f573c37
This commit is contained in:
@@ -110,6 +110,8 @@ export function actionReverse(entityID, options) {
|
|||||||
degrees -= 180;
|
degrees -= 180;
|
||||||
}
|
}
|
||||||
return degrees.toString();
|
return degrees.toString();
|
||||||
|
} else {
|
||||||
|
return value;
|
||||||
}
|
}
|
||||||
}).join(';');
|
}).join(';');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user