oops files were backwards

This commit is contained in:
Mathium05
2026-08-10 13:38:38 -05:00
parent c334f99c42
commit e25da19699
+1 -2
View File
@@ -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) {