提交 f9c292f9 编写于 作者: R Rob Lourens

Fix #42185

上级 6c733bab
......@@ -631,7 +631,7 @@ export class SearchView extends Viewlet implements IViewlet, IPanel {
}
// Expand and go past FileMatch nodes
if (!(next instanceof Match)) {
while (!(next instanceof Match)) {
if (!this.tree.isExpanded(next)) {
this.tree.expand(next);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册