Commit 6b5400bd by Alexander Zobnin

ace: fix loading text snippets error

parent 149e694c
......@@ -55,6 +55,8 @@ function setModuleUrl(moduleType, name) {
}
setModuleUrl("ext", "language_tools");
setModuleUrl("mode", "text");
setModuleUrl("snippets", "text");
let editorTemplate = `<div></div>`;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment