Skip to content
Snippets Groups Projects
Unverified Commit 50c01671 authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #4624 from nextcloud/enhancement/download-all-attachments-of-email

Don't open new window on ZIP
parents 2f499651 3df004f9
No related branches found
Tags v2.2.8
No related merge requests found
......@@ -118,6 +118,7 @@ export default {
downloadZip() {
window.open(this.zipUrl)
window.focus()
window.location = this.zipUrl
},
},
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment