提交 03ba2631 编写于 作者: R Rob Lourens

Fix #31780 - may blink the results for an instant before they are hidden,...

Fix #31780 - may blink the results for an instant before they are hidden, especially on slow machines, but will reduce confusion that often comes up
上级 4ecd158b
......@@ -1154,6 +1154,7 @@ export class SearchViewlet extends Viewlet {
isDone = true;
progressRunner.done();
this.searchWidget.searchInput.showMessage({ content: e.message, type: MessageType.ERROR });
this.viewModel.searchResult.clear();
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册