When importing a folder, all files from same folder have same relativePath [v3 only]
bertrandg opened this issue · 3 comments
bertrandg commented
I got this bug when importing a folder using function webkitReadDataTransfer()
(& readDirectory()
).
Here are the details, I drop the following all
folder:
Then, like you see in screenshot, all files inside a folder got same fullPath
property:
I found the error comes from there:
Line 257 in 218b2bf
That could be easily fix, I will make a merge request later this week if you are ok with it.
AidasK commented
yes, feel free to submit it. Have you checked v2? Does it handle it ok?
bertrandg commented
AidasK commented
That's great! Thanks for double checking it