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

pull/42305/head
John Molakvoæ 6 months ago committed by GitHub
commit 1db6947fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
Loading…
Cancel
Save