mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Mark fullscreenhandler function as hidden from docs
This commit is contained in:
parent
2563ddd505
commit
bcfdd1dadb
1 changed files with 1 additions and 0 deletions
|
@ -1923,6 +1923,7 @@ export async function reader() {
|
||||||
loadaucmds("DocStart")
|
loadaucmds("DocStart")
|
||||||
window.addEventListener("pagehide", () => loadaucmds("DocEnd"))
|
window.addEventListener("pagehide", () => loadaucmds("DocEnd"))
|
||||||
window.addEventListener("DOMContentLoaded", () => loadaucmds("DocLoad"))
|
window.addEventListener("DOMContentLoaded", () => loadaucmds("DocLoad"))
|
||||||
|
/** @hidden */
|
||||||
const fullscreenhandler = () => {
|
const fullscreenhandler = () => {
|
||||||
loadaucmds("FullscreenChange")
|
loadaucmds("FullscreenChange")
|
||||||
if (document.fullscreenElement || (document as any).mozFullScreenElement) {
|
if (document.fullscreenElement || (document as any).mozFullScreenElement) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue