提交 06fdcf19 编写于 作者: R Ramya Achutha Rao 提交者: Dirk Baeumer

Fixes #27169

上级 e4e9bf96
......@@ -599,12 +599,14 @@ export class SuggestWidget implements IContentWidget, IDelegate<ICompletionItem>
this.messageElement.textContent = SuggestWidget.LOADING_MESSAGE;
hide(this.listElement, this.details.element);
show(this.messageElement);
removeClass(this.element, 'docs-side');
this.show();
break;
case State.Empty:
this.messageElement.textContent = SuggestWidget.NO_SUGGESTIONS_MESSAGE;
hide(this.listElement, this.details.element);
show(this.messageElement);
removeClass(this.element, 'docs-side');
this.show();
break;
case State.Open:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册