mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac
This commit is contained in:
parent
95ae2aeef3
commit
cd3904046d
1 changed files with 4 additions and 0 deletions
|
|
@ -47,6 +47,10 @@
|
|||
|
||||
let codeEditor;
|
||||
|
||||
export const focus = () => {
|
||||
codeEditor.focus();
|
||||
};
|
||||
|
||||
let isDarkMode = false;
|
||||
let editorTheme = new Compartment();
|
||||
let editorLanguage = new Compartment();
|
||||
|
|
|
|||
Loading…
Reference in a new issue