diff --git a/frontend/components/tasks/sequenceLabeling/LabelingMenu.vue b/frontend/components/tasks/sequenceLabeling/LabelingMenu.vue index 64c7ad7d..4eed4869 100644 --- a/frontend/components/tasks/sequenceLabeling/LabelingMenu.vue +++ b/frontend/components/tasks/sequenceLabeling/LabelingMenu.vue @@ -16,7 +16,7 @@ { + this.value = undefined; if (this.$refs.autocomplete) { (this.$refs.autocomplete as any).selectedItems = [] } @@ -114,9 +116,10 @@ export default Vue.extend({ }, onLabelSelected(labelId: number) { + this.value= labelId; this.$emit('click:label', labelId) this.close() } } }) - \ No newline at end of file +