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