Skip to content

Commit ee45e24

Browse files
committed
Show all namespace contents in case namespace name matches
1 parent 39169ea commit ee45e24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/docs/www/src/side_menu.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ class MenuBar extends Component {
108108
// Case: Namespace package
109109
if (
110110
this.state.filter &&
111-
!this.state.found[ pkgPath ]
111+
!this.state.found[ pkgPath ] &&
112+
!path.endsWith( this.state.filter )
112113
) {
113114
// Case: Filter does not match package or parent namespace
114115
return null;

0 commit comments

Comments
 (0)