提交 37fb55ae 编写于 作者: A Alex Dima

Fixes #2415: editor layout calls causes synchronous render

上级 41640b87
......@@ -225,6 +225,7 @@ export class CodeEditorWidget extends CommonCodeEditor implements editorBrowser.
public layout(dimension?:editorCommon.IDimension): void {
this._configuration.observeReferenceElement(dimension);
this.render();
}
public focus(): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册