mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-16 11:05:55 +08: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…
x
Reference in New Issue
Block a user