remove this todo that we to did

This commit is contained in:
Charlotte Som 2025-02-26 14:13:39 +00:00
parent 03555c9be0
commit 74f9ce2acd

View file

@ -55,7 +55,6 @@ export class ChatResponse {
this.codeBlockContext = pre.querySelector("code")!;
} else {
hljs.highlightElement(this.codeBlockContext as HTMLElement);
// TODO: highlight.js the guy
this.codeBlockContext = undefined;
this.currentContext().append(remainder);