提交 0bed75df 编写于 作者: J Joao Moreno

suggest: remove comments

上级 13016cf8
......@@ -180,7 +180,6 @@ export class SuggestModel implements IDisposable {
private _onDidSuggest: Emitter<ISuggestEvent> = new Emitter();
public get onDidSuggest(): Event<ISuggestEvent> { return this._onDidSuggest.event; }
// TODO@joao: remove
private _onDidAccept: Emitter<IAcceptEvent> = new Emitter();
public get onDidAccept(): Event<IAcceptEvent> { return this._onDidAccept.event; }
......
......@@ -464,8 +464,7 @@ export class SuggestWidget implements EditorBrowser.IContentWidget, IDisposable
this.listenersToRemove.push(editor.addListener(EditorCommon.EventType.EditorTextBlur, () => {
TPromise.timeout(150).done(() => {
if (this.tree && !this.tree.isDOMFocused()) {
// TODO@joao uncomment
// this.hide();
this.hide();
}
});
}));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册