mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Clear result before render thinking placeholder emoji in Obsidian chat
This commit is contained in:
parent
a0686428ff
commit
d587632700
1 changed files with 1 additions and 0 deletions
|
@ -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, {
|
||||
|
|
Loading…
Add table
Reference in a new issue