Fix bug 53336: empty tab when sharing via email

This commit is contained in:
Viktor Fomin 2021-10-28 12:15:35 +03:00
parent 71ad551bb8
commit c16bfd98a4

View File

@ -56,7 +56,7 @@ class SharingRow extends React.Component {
body,
});
window.open(mailtoLink);
window.open(mailtoLink, "_self");
};
onShareTwitter = () => {