fix(files): fix download file encoded source

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ 2023-12-14 15:35:52 +01:00
parent bac05cae5b
commit d9f6f3daa3
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF

View file

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