diff --git a/modules/ui/fields/check.js b/modules/ui/fields/check.js index f98df7b09..58ea76334 100644 --- a/modules/ui/fields/check.js +++ b/modules/ui/fields/check.js @@ -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); });