diff --git a/src/modules/chatbot/components/conversation-box.vue b/src/modules/chatbot/components/conversation-box.vue index df39425..63c5b06 100644 --- a/src/modules/chatbot/components/conversation-box.vue +++ b/src/modules/chatbot/components/conversation-box.vue @@ -26,8 +26,7 @@ const stopDrag = () => { window.addEventListener('mousemove', onDrag) window.addEventListener('mouseup', stopDrag) - - +//-------------------------------------------- // Block to handle the incomming and sending of the messages from the user and the ai const text = ref(''); @@ -76,6 +75,7 @@ const handleSend = async () => { } }; +//---------------------------------------------