Skip to content

Commit f82d9b2

Browse files
committed
explain what esc does
1 parent 0ab7c1d commit f82d9b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/html/static/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2913,6 +2913,7 @@ function defocusSearchBar() {
29132913
["⏎", "Go to active search result"],
29142914
["+", "Expand all sections"],
29152915
["-", "Collapse all sections"],
2916+
["esc", "Close the search view"],
29162917
].map(function(x) {
29172918
return "<dt>" +
29182919
x[0].split(" ")

0 commit comments

Comments
 (0)