mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Revalidate after reversing ways via the One Way field
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user