mirror of
https://github.com/VERT-sh/VERT.git
synced 2026-02-21 07:18:40 -06:00
fix: downloadall
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
// download the image only
|
||||
const blob = URL.createObjectURL(
|
||||
new Blob([dlFiles[0].input], {
|
||||
type: files.files[0].file.type,
|
||||
type: files.files[0].to.slice(1),
|
||||
}),
|
||||
);
|
||||
const a = document.createElement("a");
|
||||
|
||||
Reference in New Issue
Block a user