提交 af48c76c 编写于 作者: T tfennelly

Fixed bug in finder - not revealing sections before looking for matches

上级 123af009
......@@ -271,6 +271,10 @@ ConfigTableMetaData.prototype.showSections = function(withText) {
var containsText = false;
var sectionRows = section.getRows();
// Show the section now. We will unshow it later if
// it doesn't have the text.
this.sections[i2].activator.show();
for (var i3 = 0; i3 < sectionRows.length; i3++) {
var row = sectionRows[i3];
var elementsWithText = $(selector, row);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册