mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-01-23 06:38: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,
|
||||
width: imgSize.width,
|
||||
height: imgSize.height,
|
||||
extname: path.extname(item.name)
|
||||
extname: path.extname(item)
|
||||
})
|
||||
}))
|
||||
return results
|
||||
|
Loading…
Reference in New Issue
Block a user