Skip to content

Commit 8942746

Browse files
authored
Merge pull request #42302 from nextcloud/backport/42281/stable28
2 parents 49bff0f + fe631fa commit 8942746

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/files/src/actions/downloadAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const action = new FileAction({
8484
return null
8585
}
8686

87-
triggerDownload(node.source)
87+
triggerDownload(node.encodedSource)
8888
return null
8989
},
9090

dist/files-init.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-init.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)