fixes a regression in f573c37

This commit is contained in:
Martin Raifer
2022-11-24 18:40:11 +01:00
parent f573c374c2
commit b72f3aae19

View File

@@ -110,6 +110,8 @@ export function actionReverse(entityID, options) {
degrees -= 180;
}
return degrees.toString();
} else {
return value;
}
}).join(';');
}