Fix email this

This commit is contained in:
ksamuel 2020-08-12 11:21:18 +02:00
parent b2f49953f5
commit 2aeaa0c482
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ const app = new Vue({
},
handleSendByEmail: (e) => {
e.target.href = 'mailto:friend@example.com?body=' + window.location.toString();
window.location = 'mailto:friend@example.com?body=' + window.location.toString();
},
handleDeletePaste: () => {