Skip to content

Commit f6e67fe

Browse files
authored
style: update style (#506)
1 parent 3fa44ba commit f6e67fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/chat/QuickQuestion.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const getRecommendQuestions = () => {
1414
}
1515
const quickAsk = (question: string) => {
1616
emits('quickAsk', question)
17+
visible.value = false
1718
}
1819
1920
const onChatStop = () => {
@@ -22,7 +23,6 @@ const onChatStop = () => {
2223
2324
const loadingOver = () => {
2425
emits('loadingOver')
25-
visible.value = false
2626
}
2727
2828
const emits = defineEmits(['quickAsk', 'loadingOver', 'stop'])

0 commit comments

Comments
 (0)