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

Fix #89106

上级 3a1e2456
......@@ -802,7 +802,7 @@ export class SearchView extends ViewPane {
}
// Expand until first child is a Match
while (!(next instanceof Match)) {
while (next && !(next instanceof Match)) {
if (this.tree.isCollapsed(next)) {
this.tree.expand(next);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册