提交 6f8a2247 编写于 作者: S Sandeep Somavarapu

Fix #15574

上级 2317eceb
...@@ -668,7 +668,7 @@ export class SearchViewlet extends Viewlet { ...@@ -668,7 +668,7 @@ export class SearchViewlet extends Viewlet {
if (visible && !this.editorService.getActiveEditor()) { if (visible && !this.editorService.getActiveEditor()) {
let focus = this.tree.getFocus(); let focus = this.tree.getFocus();
if (focus) { if (focus) {
this.onFocus(focus); this.onFocus(focus, true);
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册