We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22abd56 commit 3366127Copy full SHA for 3366127
1 file changed
log-viewer/modules/components/calltree-view/module/Find.ts
@@ -46,7 +46,7 @@ export class Find extends Module {
46
47
// Only get the currently visible rows
48
const grps = tbl.getGroups().flatMap(flattenFromGrps);
49
- const flattenedRows = grps.length ? grps : tbl.getRows(true).flatMap(flatten);
+ const flattenedRows = grps.length ? grps : tbl.getRows('active').flatMap(flatten);
50
51
tbl.blockRedraw();
52
let totalMatches = 0;
0 commit comments