diff --git a/components/Conversation.vue b/components/Conversation.vue index 659e869..4e0389f 100644 --- a/components/Conversation.vue +++ b/components/Conversation.vue @@ -78,6 +78,7 @@ const fetchReply = async (message) => { 'Content-Type': 'application/json', }, body: JSON.stringify(data), + openWhenHidden: true, onopen(response) { if (response.ok && response.headers.get('content-type') === EventStreamContentType) { return;