mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 09:08:22 -04:00
Merge pull request #42281 from nextcloud/fix/files/urlencode
This commit is contained in:
commit
1db6947fcd
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