#56 - improve multi select
This commit is contained in:
parent
75f361c20a
commit
6967b1aa39
286 changed files with 151 additions and 2 deletions
|
|
@ -170,7 +170,6 @@ function addImagesToBrief() {
|
|||
const formData = new FormData();
|
||||
|
||||
const blobPromises = images.value.map((item, index) => {
|
||||
console.log(item);
|
||||
if (item.url.startsWith("blob:")) {
|
||||
return fetch(item.url)
|
||||
.then((response) => response.blob())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue