This commit is contained in:
parent
b22d8b5970
commit
4e8e9c7adc
1 changed files with 1 additions and 1 deletions
|
@ -115,5 +115,5 @@ function waitForElm(selector) {
|
|||
}
|
||||
waitForElm('.ace_gutter').then((elm) => {
|
||||
// Set the theme of Ace Editor
|
||||
Anywhere.Editor.editor.setOption("theme", "ace/theme/tomorrow_night")
|
||||
Anywhere.Editor.editor.setOption("theme", "ace/theme/tomorrow_night");
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue