Skip to content

Commit

Permalink
Merge pull request #240 from takenet/feature/657057-calls-whatsapp-media
Browse files Browse the repository at this point in the history
[Feature] #657057 - Fix Anchor Style on Download
  • Loading branch information
mpamaro authored Jun 24, 2024
2 parents fbe3209 + 99dcb3e commit 4d9fe33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BlipCallsEndCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ export default {
const url = window.URL.createObjectURL(blob)
a.style.diplay = 'none'
a.style.display = 'none'
a.target = '_blank'
a.href = url
a.download = fileName
Expand Down

0 comments on commit 4d9fe33

Please sign in to comment.