Commit baec2d48 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

Beta

See merge request !125
parents 64cb7700 b0ff48a4
......@@ -230,6 +230,7 @@ function handleMessageSend() {
isAnswerResponseLoading: false,
})
isAnswerResponseLoading.value = false
isCreateContinueQuestions.value && emit('createContinueQuestions', replyTextContent)
emit('updatePageScroll')
blockMessageResponse()
......@@ -265,7 +266,6 @@ function handleMessageSend() {
},
onFinally: () => {
controller = null
isAnswerResponseLoading.value = false
userStore.fetchUpdateEquityInfo()
},
})
......
......@@ -207,6 +207,7 @@ function handleMessageSend() {
isAnswerResponseLoading: false,
})
isAnswerResponseLoading.value = false
isCreateContinueQuestions.value && emit('createContinueQuestions', replyTextContent)
emit('updatePageScroll')
blockMessageResponse()
......@@ -242,7 +243,6 @@ function handleMessageSend() {
},
onFinally: () => {
controller = null
isAnswerResponseLoading.value = false
userStore.fetchUpdateEquityInfo()
},
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment