mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-01 07:49:48 +08:00
Fixed: #34 | macOS menubar drag file error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user