提交 a8046d69 编写于 作者: J João Moreno

fix npes

上级 029ef446
......@@ -88,6 +88,7 @@ export class OutputViewPane extends ViewPane {
}
renderBody(container: HTMLElement): void {
super.renderBody(container);
this.editor.create(container);
addClass(container, 'output-view');
const codeEditor = <ICodeEditor>this.editor.getControl();
......
......@@ -64,6 +64,7 @@ export class TerminalViewPane extends ViewPane {
}
protected renderBody(container: HTMLElement): void {
super.renderBody(container);
this._parentDomElement = container;
dom.addClass(this._parentDomElement, 'integrated-terminal');
this._fontStyleElement = document.createElement('style');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册