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

fix #67952

上级 4f7073b0
......@@ -181,7 +181,7 @@ export class SuggestController implements IEditorContribution {
this._widget.getValue().hideWidget();
}
}));
this._toDispose.push(this._editor.onDidBlurEditorText(() => {
this._toDispose.push(this._editor.onDidBlurEditorWidget(() => {
if (!this._sticky) {
this._model.cancel();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册