diff --git a/components/i/search/Ask.vue b/components/i/search/Ask.vue index 6173e0a8db60f7f9955581b8426cf0f0b5eae495..ad81eccab7820f005f0c0e55f1c776fec8eea212 100644 --- a/components/i/search/Ask.vue +++ b/components/i/search/Ask.vue @@ -91,6 +91,7 @@ function handleAsk () { if (props.asking) return emits('ask', continueQuestion.value) continueQuestion.value = '' + handleBlur() } const queryInput = ref(null)