We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dcebe7 commit a5f333aCopy full SHA for a5f333a
src/core/event/scroll.js
@@ -53,7 +53,7 @@ function highlight(path) {
53
if (!last) {
54
return
55
}
56
- const li = nav[getNavKey(path, last.getAttribute('data-id'))]
+ const li = nav[getNavKey(decodeURIComponent(path), last.getAttribute('data-id'))]
57
58
if (!li || li === active) {
59
0 commit comments