Skip to content

Commit df80456

Browse files
authored
Merge pull request #254 from iceljc/features/refine-chat-window
activate text area
2 parents 44bf490 + 606a729 commit df80456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/chat/[agentId]/[conversationId]/chat-box.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@
195195
let isError = false;
196196
197197
$: {
198-
const editor = lastBotMsg?.rich_content?.editor || '';
199-
loadTextEditor = TEXT_EDITORS.includes(editor) || !Object.values(EditorType).includes(editor);
198+
// const editor = lastBotMsg?.rich_content?.editor || '';
199+
loadTextEditor = true; // TEXT_EDITORS.includes(editor) || !Object.values(EditorType).includes(editor);
200200
loadEditor = !isSendingMsg && !isThinking && loadTextEditor;
201201
}
202202

0 commit comments

Comments
 (0)