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 24e093c commit d4527b7Copy full SHA for d4527b7
src/librustdoc/html/static/main.js
@@ -265,7 +265,7 @@ function getSearchElement() {
265
if (match) {
266
return highlightSourceLines(match, ev);
267
}
268
- handleHashes();
+ handleHashes(ev);
269
270
271
function expandSection(id) {
@@ -2652,8 +2652,7 @@ function getSearchElement() {
2652
insertAfter(popup, getSearchElement());
2653
2654
2655
2656
- highlightSourceLines();
+ onHashChange();
2657
window.onhashchange = onHashChange;
2658
2659
buildHelperPopup();
0 commit comments