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

fix: dnd to a dir with escaped characters #1764

Merged
merged 1 commit into from
Apr 19, 2021
Merged

Conversation

lidel
Copy link
Member

@lidel lidel commented Apr 15, 2021

Seems that this never worked with drag&drop because webui used path from URL as-is.
This PR fixes it by using url-decoded realPath after being processed by src/bundles/files/utils.js#infoFromPath

Closes #1733

@lidel lidel force-pushed the fix/dnd-to-dir-with-spaces branch from a902f86 to 8933e02 Compare April 15, 2021 02:19
@lidel lidel changed the title fix: dns to a dir with escaped characters fix: dnd to a dir with escaped characters Apr 15, 2021
@lidel lidel force-pushed the fix/dnd-to-dir-with-spaces branch from 8933e02 to c5dbdcd Compare April 15, 2021 02:30
@lidel lidel merged commit b9b80fd into main Apr 19, 2021
@lidel lidel deleted the fix/dnd-to-dir-with-spaces branch April 19, 2021 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Imports to directories with spaces fails
1 participant