Rollup merge of #33797 - alex-ozdemir:rustdoc, r=GuillaumeGomez
Changed toggle all sections key to `T` Allows both `T` and `t`. It had been [Shift]+[+] before. In response to #33791. cc @Manishearth r? @GuillaumeGomez
This commit is contained in:
commit
1e4a77bef2
@ -125,6 +125,7 @@
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case "+":
|
case "+":
|
||||||
|
ev.preventDefault();
|
||||||
toggleAllDocs();
|
toggleAllDocs();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user