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

pull/42305/head
John Molakvoæ 2023-12-15 08:41:18 +07: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

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long