.
This commit is contained in:
@@ -483,7 +483,7 @@
|
|||||||
} else {
|
} else {
|
||||||
let url = URL.createObjectURL(el.files[0])
|
let url = URL.createObjectURL(el.files[0])
|
||||||
imageId = `wadouri:${url}`;
|
imageId = `wadouri:${url}`;
|
||||||
imageId2 = imageId2
|
imageId2 = imageId
|
||||||
}
|
}
|
||||||
console.log(imageId)
|
console.log(imageId)
|
||||||
const element = $(`<div class='temp-thumb' src=${imageId2}></div>`).get(0)
|
const element = $(`<div class='temp-thumb' src=${imageId2}></div>`).get(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user