Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ConflictPicker): Allow to use FileSystemEntry #1166

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Apr 24, 2024

This is needed for folder upload support.
Fixes also some type errors like doing [...NodeList] which is not possible as NodeList does not implement iterators, so we need to use Array.from.

@susnux susnux added enhancement New feature or request 3. to review Waiting for reviews labels Apr 24, 2024
@susnux susnux force-pushed the feat/allow-filesystementry-conflictpicker branch from c17cd9c to 262366a Compare April 24, 2024 14:54
@susnux susnux force-pushed the feat/allow-filesystemhandle-nodepicker branch from 7038903 to 6213712 Compare April 24, 2024 18:57
Base automatically changed from feat/allow-filesystemhandle-nodepicker to main April 24, 2024 19:00
This is needed for folder upload support

Signed-off-by: Ferdinand Thiessen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants