mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-01-23 14:48:13 -05:00
Fixed: #34 | macOS menubar drag file error
This commit is contained in:
parent
422aa52763
commit
65a15724a3
@ -15,7 +15,7 @@ const imgFromPath = async (imgPath) => {
|
|||||||
fileName,
|
fileName,
|
||||||
width: imgSize.width,
|
width: imgSize.width,
|
||||||
height: imgSize.height,
|
height: imgSize.height,
|
||||||
extname: path.extname(item.name)
|
extname: path.extname(item)
|
||||||
})
|
})
|
||||||
}))
|
}))
|
||||||
return results
|
return results
|
||||||
|
Loading…
Reference in New Issue
Block a user