Skip to content

Commit 5123e4c

Browse files
committed
Small fix for filter fields handling
1 parent 06a3100 commit 5123e4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

InteractiveHtmlBom/ibom.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,7 @@ function populateBomBody() {
284284
refs: references
285285
});
286286
if ((filter || reflookup) && first) {
287-
highlightedRefs = references;
288-
drawHighlights();
287+
handler();
289288
first = false;
290289
}
291290
}

0 commit comments

Comments
 (0)