We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44bf490 + 606a729 commit df80456Copy full SHA for df80456
src/routes/chat/[agentId]/[conversationId]/chat-box.svelte
@@ -195,8 +195,8 @@
195
let isError = false;
196
197
$: {
198
- const editor = lastBotMsg?.rich_content?.editor || '';
199
- loadTextEditor = TEXT_EDITORS.includes(editor) || !Object.values(EditorType).includes(editor);
+ // const editor = lastBotMsg?.rich_content?.editor || '';
+ loadTextEditor = true; // TEXT_EDITORS.includes(editor) || !Object.values(EditorType).includes(editor);
200
loadEditor = !isSendingMsg && !isThinking && loadTextEditor;
201
}
202
0 commit comments