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 7c75fe4 commit b8a5b02Copy full SHA for b8a5b02
src/librustdoc/html/static/js/main.js
@@ -910,7 +910,6 @@ function loadCss(cssUrl) {
910
function hideNotable() {
911
if (window.CURRENT_NOTABLE_ELEMENT) {
912
if (window.CURRENT_NOTABLE_ELEMENT.NOTABLE_BASE.NOTABLE_FORCE_VISIBLE) {
913
- window.CURRENT_NOTABLE_ELEMENT.NOTABLE_BASE.focus();
914
window.CURRENT_NOTABLE_ELEMENT.NOTABLE_BASE.NOTABLE_FORCE_VISIBLE = false;
915
}
916
const body = document.getElementsByTagName("body")[0];
0 commit comments