提交 1bd03895 编写于 作者: I isidor

exception widget: dispose the scheduler on dispose

fixes #22607
上级 f495e3d7
......@@ -24,6 +24,7 @@ export class ExceptionWidget extends ZoneWidget {
this.create();
const onDidLayoutChangeScheduler = new RunOnceScheduler(() => this._doLayout(undefined, undefined), 50);
this._disposables.add(this.editor.onDidLayoutChange(() => onDidLayoutChangeScheduler.schedule()));
this._disposables.add(onDidLayoutChangeScheduler);
}
protected _fillContainer(container: HTMLElement): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册