Skip to content

Commit

Permalink
Update fs-provider.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hrgdavor committed Jan 29, 2024
1 parent bb0f436 commit 8f52f3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/fs-provider/fs-provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export const extractEntries = async dt => {
let files = []
// Use DataTransferItemList interface to access the items(s).
// it is not an array, can not use .filter or othe Array methods
// todo remove usage of FileEetry webkitGetAsEntry and use new File_System_API
for (let i = 0; i < items.length; i++) {
// If dropped items aren't files, reject them
if (items[i].kind === 'file') {
Expand Down

0 comments on commit 8f52f3a

Please sign in to comment.