mirror of
https://github.com/open-webui/open-webui
synced 2025-05-19 12:51:35 +00:00
refac
This commit is contained in:
parent
95ae2aeef3
commit
cd3904046d
@ -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 New Issue
Block a user