mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix(files): fix download file encoded source
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
49bff0fbe7
commit
fe631fad08
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
|
||||
},
|
||||
|
||||
|
|
|
|||
4
dist/files-init.js
vendored
4
dist/files-init.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-init.js.map
vendored
2
dist/files-init.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue