mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01:00
refac
This commit is contained in:
@@ -270,6 +270,10 @@ __builtins__.input = input`);
|
||||
render();
|
||||
}
|
||||
|
||||
$: if (lang) {
|
||||
dispatch('code', { lang });
|
||||
}
|
||||
|
||||
onMount(async () => {
|
||||
console.log('codeblock', lang, code);
|
||||
if (document.documentElement.classList.contains('dark')) {
|
||||
|
||||
Reference in New Issue
Block a user