提交 387f8f51 编写于 作者: A Alex Dima

Fix compile error

上级 dfead236
......@@ -35,7 +35,7 @@ export class EmbeddedCodeEditorWidget extends CodeEditorWidget.CodeEditorWidget
// Overwrite parent's options
super.updateOptions(this._overwriteOptions);
this._lifetimeListeners.push(parentEditor.addListener(EditorCommon.EventType.ConfigurationChanged, (e:EditorCommon.IConfigurationChangedEvent) => this._onParentConfigurationChanged(e)));
this._lifetimeDispose.push(parentEditor.addListener2(EditorCommon.EventType.ConfigurationChanged, (e:EditorCommon.IConfigurationChangedEvent) => this._onParentConfigurationChanged(e)));
}
private _onParentConfigurationChanged(e:EditorCommon.IConfigurationChangedEvent): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册