Skip to content

Commit

Permalink
Fully handle "?" shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Aug 11, 2020
1 parent 441fd22 commit fdf2fe1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/librustdoc/html/static/main.js
Expand Up @@ -408,9 +408,7 @@ function defocusSearchBar() {
break;

case "?":
if (ev.shiftKey) {
displayHelp(true, ev);
}
displayHelp(true, ev);
break;
}
}
Expand Down

0 comments on commit fdf2fe1

Please sign in to comment.