Skip to content

Commit

Permalink
fix(#6330): Clicking Add Tag and then removing an existing tag causes…
Browse files Browse the repository at this point in the history
… the Add Tag button to disappear (#6371)
  • Loading branch information
vhenckel authored Feb 27, 2023
1 parent ceffee9 commit bb2c8cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/components/tags/TagEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit bb2c8cf

Please sign in to comment.