mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 09:52:04 +00:00
fix(#6330): Clicking Add Tag and then removing an existing tag causes the Add Tag button to disappear (#6371)
This commit is contained in:
parent
ceffee9f22
commit
bb2c8cfa63
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user