Skip to content

Commit 8590285

Browse files
committed
Merge branch 'develop' of https://github.com/nexB/aboutcode-manager into develop
2 parents b353f2d + 7926627 commit 8590285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/app/js/renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $(document).ready(function () {
7777
.on("node-selected", node => {
7878
// Set the search value for the first column (path) equal to the
7979
// Selected jstree path and redraw the table
80-
cluesTable.columns(0).search(node.id).draw();
80+
cluesTable.columns(0).search(node.id + "/").draw();
8181
nodeView.setRoot(node.id);
8282
barChart.draw();
8383
});

0 commit comments

Comments
 (0)