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 001d610 commit 2a735a2Copy full SHA for 2a735a2
docs/static/script.js
@@ -301,9 +301,9 @@ window.addEventListener("keydown", function (event) {
301
}
302
303
// open full screen when press f if not already open else close
304
- if (event.key === "f") {
305
- document.body.classList.toggle("show-code-full-screen");
306
- }
+ // if (event.key === "f") {
+ // document.body.classList.toggle("show-code-full-screen");
+ // }
307
});
308
309
// use arrow keys to navigate active-menu
0 commit comments