diff --git a/src/webpage/typeBox.ts b/src/webpage/typeBox.ts index 6c6ed85..aada87a 100644 --- a/src/webpage/typeBox.ts +++ b/src/webpage/typeBox.ts @@ -248,9 +248,8 @@ export class TypeBox { static uploadFiles() { const input = document.createElement("input"); input.type = "file"; - input.click(); input.multiple = true; - console.log("clicked"); + input.click(); if (!this.localuser?.focusChannel) return; input.onchange = () => { if (input.files) {