Rerun validation when assigning a preset

This commit is contained in:
Bryan Housel
2019-04-11 15:11:17 -04:00
parent 96c277f46d
commit 31b64f253c
+1
View File
@@ -413,6 +413,7 @@ export function uiPresetList(context) {
t('operations.change_tags.annotation')
);
context.validator().validate(); // rerun validation
dispatch.call('choose', this, preset);
};