fiex question to answer

This commit is contained in:
yoannchb-pro
2023-06-20 21:29:27 -04:00
parent 69883870f6
commit 05670745d8
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -61,8 +61,8 @@ async function reply(
if (config.mode === "question-to-answer") {
removeListener(hiddenButton);
const questionBackup = form.textContent;
const questionContainer = form.querySelector<HTMLElement>(".qtext");
const questionBackup = questionContainer.textContent;
questionContainer.textContent = gptAnswer.response;
questionContainer.style.whiteSpace = "pre-wrap";