Timothy Jaeryang Baek hai 2 meses
pai
achega
b52a162597

+ 1 - 0
src/lib/components/notes/NoteEditor.svelte

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

+ 1 - 0
src/lib/components/notes/NoteEditor/Chat.svelte

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