Hi,
I noticed Odd behaviors of drag and drop, I can drag and drop bookmark links from my browser.

Expected Behaviour if (droppedFile.fileEntry.isFile) { } should return false as this is not a file and catch this in the else block, but unfortunately it's considering it as a file
{
"fileEntry": {
"isDirectory": false,
"isFile": true
}
}
