mirror of
https://github.com/open-webui/open-webui
synced 2025-05-19 20:57:54 +00:00
refac
This commit is contained in:
parent
95ae2aeef3
commit
cd3904046d
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user