diff --git a/src/components/Course/courseTag.vue b/src/components/Course/courseTag.vue index 196fe865..b494f4a2 100644 --- a/src/components/Course/courseTag.vue +++ b/src/components/Course/courseTag.vue @@ -217,7 +217,9 @@ export default { this.$emit('change', this.displayTags); this.clearInput(); - this.$refs.tagSelect.visible = false; + this.$nextTick(() => { + this.$refs.tagSelect.visible = false; + }); }, clearInput() {