This commit is contained in:
Timothy Jaeryang Baek 2025-07-12 02:20:32 +04:00
parent baa1a44397
commit b52a162597
2 changed files with 2 additions and 0 deletions

View file

@ -540,6 +540,7 @@
}; };
const enhanceCompletionHandler = async (model) => { const enhanceCompletionHandler = async (model) => {
stopResponseFlag = false;
let enhancedContent = { let enhancedContent = {
json: null, json: null,
html: '', html: '',

View file

@ -146,6 +146,7 @@ Based on the user's instruction, update and enhance the existing notes by incorp
await tick(); await tick();
scrollToBottom(); scrollToBottom();
stopResponseFlag = false;
let enhancedContent = { let enhancedContent = {
json: null, json: null,
html: '', html: '',