mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-22 07:40:17 +00:00
oops files were backwards
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user