fix(webui): remove eager markdown preload
Remove the eager preloading of markdown/code-highlighting chunk at startup. The markdown renderer will now only be loaded when actually needed to render content.
This commit is contained in:
@@ -10,9 +10,7 @@ interface MarkdownTextProps {
|
||||
const loadMarkdownRenderer = () => import("@/components/MarkdownTextRenderer");
|
||||
const LazyMarkdownRenderer = lazy(loadMarkdownRenderer);
|
||||
|
||||
export function preloadMarkdownText(): void {
|
||||
void loadMarkdownRenderer();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Lightweight markdown renderer mirroring agent-chat-ui: GFM + math via
|
||||
|
||||
Reference in New Issue
Block a user