提交 cf432e54 编写于 作者: B Benjamin Pasero

search editor - register disposable

上级 e1d6bfe8
......@@ -53,7 +53,7 @@ export class SearchEditorInput extends EditorInput {
private _cachedContentsModel: ITextModel | undefined;
private _cachedConfig?: SearchConfiguration;
private readonly _onDidChangeContent = new Emitter<void>();
private readonly _onDidChangeContent = this._register(new Emitter<void>());
readonly onDidChangeContent: Event<void> = this._onDidChangeContent.event;
private oldDecorationsIDs: string[] = [];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册