Merge pull request #42281 from nextcloud/fix/files/urlencode

This commit is contained in:
John Molakvoæ 2023-12-15 08:41:18 +01:00 committed by GitHub
commit 1db6947fcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -84,7 +84,7 @@ export const action = new FileAction({
return null
}
triggerDownload(node.source)
triggerDownload(node.encodedSource)
return null
},

4
dist/files-init.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long