提交 c0917d8e 编写于 作者: J Johannes Rieken

fix #54545

上级 2c070ce8
...@@ -123,6 +123,9 @@ export class SuggestModel implements IDisposable { ...@@ -123,6 +123,9 @@ export class SuggestModel implements IDisposable {
this._updateTriggerCharacters(); this._updateTriggerCharacters();
this.cancel(); this.cancel();
})); }));
this._toDispose.push(this._editor.onDidBlurEditorText(() => {
this.cancel();
}));
this._toDispose.push(this._editor.onDidChangeConfiguration(() => { this._toDispose.push(this._editor.onDidChangeConfiguration(() => {
this._updateTriggerCharacters(); this._updateTriggerCharacters();
this._updateQuickSuggest(); this._updateQuickSuggest();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册