Fix event listener closure in LLM prompt view for proper feedback handling

This commit is contained in:
Ross
2025-11-07 21:51:55 +00:00
parent 71e9b47c6b
commit 2bf74ea297
+2
View File
@@ -221,6 +221,8 @@ document.addEventListener('DOMContentLoaded', function() {
URL.revokeObjectURL(url);
showFeedback('Downloaded');
});
}
// Handlers for the second prompt (llm-question-prompt-text)
const copyBtnText = document.getElementById('copy-llm-prompt-text');