Moved Filters to separate page and fixed comp

This commit is contained in:
2023-12-11 00:07:05 +02:00
parent 9328a14de4
commit aef26b0811
10 changed files with 221 additions and 286 deletions

View File

@ -491,7 +491,8 @@ export const installInterfaceLogic = (app: Editor) => {
"sampler",
"amplitude",
"audio_basics",
"reverb_delay",
"filters",
"effects",
"interface",
"interaction",
"code",
@ -521,7 +522,6 @@ export const installInterfaceLogic = (app: Editor) => {
"oscilloscope",
"sample_list",
"loading_samples",
"sample_controls",
].forEach((e) => {
let name = `docs_` + e;
document.getElementById(name)!.addEventListener("click", async () => {