fix(#6330): Clicking Add Tag and then removing an existing tag causes the Add Tag button to disappear (#6371)

This commit is contained in:
Vitor Henckel 2023-02-27 18:14:43 -03:00 committed by GitHub
parent ceffee9f22
commit bb2c8cfa63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,6 +162,7 @@ export default {
await this.openmct.annotation.deleteAnnotations(annotationsToDelete);
this.$emit('tags-updated', annotationsToDelete);
if (this.onTagChange) {
this.userAddingTag = false;
this.onTagChange(this.annotations);
}
}