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 20a165a commit 8ef36ebCopy full SHA for 8ef36eb
EssentialCSharp.Web/wwwroot/js/site.js
@@ -80,7 +80,8 @@ const completedFeaturesList = [
80
function findCurrentPage(path, items) {
81
for (const item of items) {
82
const itemPath = [item, ...path];
83
- if (window.location.href.endsWith("/" + item.href) ||
+ if (
84
+ window.location.href.endsWith("/" + item.href) ||
85
window.location.href.endsWith("/" + item.key)
86
) {
87
return itemPath;
0 commit comments