mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac
This commit is contained in:
@@ -47,6 +47,10 @@
|
|||||||
|
|
||||||
let codeEditor;
|
let codeEditor;
|
||||||
|
|
||||||
|
export const focus = () => {
|
||||||
|
codeEditor.focus();
|
||||||
|
};
|
||||||
|
|
||||||
let isDarkMode = false;
|
let isDarkMode = false;
|
||||||
let editorTheme = new Compartment();
|
let editorTheme = new Compartment();
|
||||||
let editorLanguage = new Compartment();
|
let editorLanguage = new Compartment();
|
||||||
|
|||||||
Reference in New Issue
Block a user