remove this todo that we to did
This commit is contained in:
parent
03555c9be0
commit
74f9ce2acd
1 changed files with 0 additions and 1 deletions
|
@ -55,7 +55,6 @@ export class ChatResponse {
|
||||||
this.codeBlockContext = pre.querySelector("code")!;
|
this.codeBlockContext = pre.querySelector("code")!;
|
||||||
} else {
|
} else {
|
||||||
hljs.highlightElement(this.codeBlockContext as HTMLElement);
|
hljs.highlightElement(this.codeBlockContext as HTMLElement);
|
||||||
// TODO: highlight.js the guy
|
|
||||||
|
|
||||||
this.codeBlockContext = undefined;
|
this.codeBlockContext = undefined;
|
||||||
this.currentContext().append(remainder);
|
this.currentContext().append(remainder);
|
||||||
|
|
Loading…
Reference in a new issue