We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa44ba commit 2cde1ddCopy full SHA for 2cde1dd
frontend/src/views/chat/QuickQuestion.vue
@@ -14,6 +14,7 @@ const getRecommendQuestions = () => {
14
}
15
const quickAsk = (question: string) => {
16
emits('quickAsk', question)
17
+ visible.value = false
18
19
20
const onChatStop = () => {
@@ -22,7 +23,6 @@ const onChatStop = () => {
22
23
24
const loadingOver = () => {
25
emits('loadingOver')
- visible.value = false
26
27
28
const emits = defineEmits(['quickAsk', 'loadingOver', 'stop'])
0 commit comments