Skip to content

Commit

Permalink
Fix bug 53336: empty tab when sharing via email
Browse files Browse the repository at this point in the history
  • Loading branch information
vafomin committed Oct 28, 2021
1 parent 71ad551 commit c16bfd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class SharingRow extends React.Component {
body,
});

window.open(mailtoLink);
window.open(mailtoLink, "_self");
};

onShareTwitter = () => {
Expand Down

0 comments on commit c16bfd9

Please sign in to comment.