fix: chat history styling

This commit is contained in:
Timothy J. Baek
2023-11-11 20:31:52 -08:00
parent 64ee3e5738
commit 7a5a803168

View File

@@ -385,7 +385,6 @@
}
renderLatex();
hljs.highlightAll();
createCopyCodeBlockButton();
}
@@ -546,6 +545,12 @@
history.currentId = messageId;
}
}
await tick();
renderLatex();
hljs.highlightAll();
createCopyCodeBlockButton();
};
const showNextMessage = async (message) => {
@@ -586,6 +591,12 @@
history.currentId = messageId;
}
}
await tick();
renderLatex();
hljs.highlightAll();
createCopyCodeBlockButton();
};
//////////////////////////