Skip to content

Drag Drop is accepting Bookmarks links and considering them as files  #297

@kashanghori

Description

@kashanghori

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

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
}
}

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions