adding new doc page

This commit is contained in:
2023-10-22 23:53:57 +02:00
parent aaffacb265
commit 70b44cbd29
5 changed files with 20 additions and 1 deletions

View File

@ -451,6 +451,7 @@ export const installInterfaceLogic = (app: Editor) => {
"shortcuts",
"about",
"bonus",
"oscilloscope",
].forEach((e) => {
let name = `docs_` + e;
document.getElementById(name)!.addEventListener("click", async () => {