fix(files): fix download file encoded source

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
pull/42281/head
John Molakvoæ 6 months ago
parent bac05cae5b
commit d9f6f3daa3
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF

@ -84,7 +84,7 @@ export const action = new FileAction({
return null
}
triggerDownload(node.source)
triggerDownload(node.encodedSource)
return null
},

Loading…
Cancel
Save