adjust navbar

This commit is contained in:
Alex Turchyn
2023-05-29 23:26:17 +03:00
parent 81f376cf50
commit 1435d55727
5 changed files with 24 additions and 11 deletions
-1
View File
@@ -31,7 +31,6 @@ export default actionable(targetable(class extends HTMLElement {
}
async uploadFiles (files) {
console.log( files )
const blobs = await Promise.all(
Array.from(files).map(async (file) => {
const upload = new DirectUpload(