Add sample controls page to index

This commit is contained in:
2023-12-10 22:19:04 +02:00
parent c04de0d582
commit 9328a14de4
4 changed files with 10 additions and 8 deletions

View File

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