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