Skip to content

Commit 43cdf34

Browse files
skjnldsvAndyScherzinger
authored andcommitted
fix(files): fix download file encoded source
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
1 parent 49bff0f commit 43cdf34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)