You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
}
}
The text was updated successfully, but these errors were encountered: