Skip to content

Commit

Permalink
Fix sidebar expansion for subheading groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Chen committed Aug 10, 2020
1 parent c7ba616 commit f2f0553
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function descendantIsActive (route, item) {
} else {
return child.type === 'page' && isActive(route, child.path)
}
})
}) || item.path && isActive(route, item.path)
}
return false
}
Expand Down

0 comments on commit f2f0553

Please sign in to comment.