Revalidate after reversing ways via the One Way field

This commit is contained in:
Quincy Morgan
2019-12-06 11:04:16 -05:00
parent b028a678f3
commit 38ebef10d2
+4
View File
@@ -150,6 +150,10 @@ export function uiFieldCheck(field, context) {
actionReverse(_entityID),
t('operations.reverse.annotation')
);
// must manually revalidate since no 'change' event was called
context.validator().validate();
d3_select(this)
.call(reverserSetText);
});