diff --git a/client/response.tsx b/client/response.tsx index ffb3562..00f09ce 100644 --- a/client/response.tsx +++ b/client/response.tsx @@ -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);