未验证 提交 3c27952d 编写于 作者: S Sebastian Florek 提交者: GitHub

Fix ace editor config on a sub-paths (#5120)

上级 e9b74734
......@@ -100,7 +100,7 @@ export class TextInputComponent implements OnInit, AfterViewInit, OnChanges {
}
private initEditor_(): void {
config.set('basePath', '/ace');
config.set('basePath', 'ace');
this.editor = edit(this.editorRef.nativeElement);
this.prettify_();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册