From 74f9ce2acdc79adb77696a576545617f87e23f16 Mon Sep 17 00:00:00 2001 From: Charlotte Som Date: Wed, 26 Feb 2025 14:13:39 +0000 Subject: [PATCH] remove this todo that we to did --- client/response.tsx | 1 - 1 file changed, 1 deletion(-) 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);