Commit 8dec1f0f authored by 박민석's avatar 박민석

ai가 typing 중인 모든 경우 message send block 처리

parent cadbc7b5
Pipeline #21290 passed with stages
in 3 minutes and 43 seconds
...@@ -69,6 +69,7 @@ ...@@ -69,6 +69,7 @@
popover.hidePopover() popover.hidePopover()
} }
isWriting = true
createAiMessage(`${docType} 매뉴얼 가이드에 대한 도움을 드리겠습니다.`) createAiMessage(`${docType} 매뉴얼 가이드에 대한 도움을 드리겠습니다.`)
}) })
}) })
...@@ -169,6 +170,7 @@ ...@@ -169,6 +170,7 @@
chatBody.scrollTop = chatBody.scrollHeight chatBody.scrollTop = chatBody.scrollHeight
if (!docType) { if (!docType) {
isWriting = true
createAiMessage('매뉴얼 가이드 도움에 필요한 제품을 선택해주세요.') createAiMessage('매뉴얼 가이드 도움에 필요한 제품을 선택해주세요.')
return return
} }
......
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