mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-28 13:02:58 +00:00
feat: focus editor when opened (#2946)
This commit is contained in:
parent
ff9502ff34
commit
b19710efca
@ -103,6 +103,8 @@ export default {
|
||||
if (theme == "dark") {
|
||||
this.editor.setTheme("ace/theme/twilight");
|
||||
}
|
||||
|
||||
this.editor.focus();
|
||||
},
|
||||
methods: {
|
||||
back() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user