fix another regression (in b72f3aa), add tests

This commit is contained in:
Martin Raifer
2022-11-24 19:11:40 +01:00
parent b72f3aae19
commit fc75d5f2a1
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ export function actionReverse(entityID, options) {
}
return degrees.toString();
} else {
return value;
return valueReplacements[value] || value;
}
}).join(';');
}