mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
prevent loading error for ace language tools extension in development
This commit is contained in:
parent
bb071e99fa
commit
6014085e8e
1 changed files with 3 additions and 0 deletions
|
@ -99,6 +99,9 @@ block content
|
|||
},
|
||||
"ace/ext-searchbox": {
|
||||
deps: ["ace/ace"]
|
||||
},
|
||||
"ace/ext-language_tools": {
|
||||
deps: ["ace/ace"]
|
||||
}
|
||||
},
|
||||
config:{
|
||||
|
|
Loading…
Reference in a new issue