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

Fix selection for file matches

上级 3a8fa7a8
......@@ -931,7 +931,7 @@ export class SearchViewlet extends Viewlet {
match= element;
}
if (element instanceof FileMatch && element.count() > 0) {
match= element.matches()[element.matches.length - 1];
match= element.matches()[element.matches().length - 1];
}
if (match) {
let range= match.range();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册