This commit is contained in:
parent
42fe0e1609
commit
31bf286fdc
2 changed files with 23 additions and 10 deletions
|
@ -316,7 +316,6 @@ function getImageFromUri(
|
|||
const type = item.type
|
||||
|
||||
if (type === 'text/plain') {
|
||||
console.log('hit')
|
||||
item.getAsString(async itemString => {
|
||||
if (isUriImage(itemString)) {
|
||||
const response = await fetch(itemString)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue