diff --git a/src/interface/obsidian/src/chat_modal.ts b/src/interface/obsidian/src/chat_modal.ts index 413eb40e..16e57cc4 100644 --- a/src/interface/obsidian/src/chat_modal.ts +++ b/src/interface/obsidian/src/chat_modal.ts @@ -241,6 +241,7 @@ export class KhojChatModal extends Modal { let responseElement = this.createKhojResponseDiv(); // Temporary status message to indicate that Khoj is thinking + this.result = ""; this.renderIncrementalMessage(responseElement, "🤔"); let response = await fetch(chatUrl, {