提交 4852f20b 编写于 作者: J Johannes Rieken

dispose listener #63467

上级 d669936d
......@@ -22,7 +22,7 @@ export class WordContextKey {
@IContextKeyService contextKeyService: IContextKeyService,
) {
this._ckAtEnd = WordContextKey.AtEnd.bindTo(contextKeyService);
this._editor.onDidChangeConfiguration(e => e.contribInfo && this._update());
this._confListener = this._editor.onDidChangeConfiguration(e => e.contribInfo && this._update());
this._update();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册