TM-679: Some links in mail can not open in other tabs

This commit is contained in:
ManhNTX
2022-07-04 23:16:53 +07:00
committed by Dat H. Pham
parent 72e5521904
commit 509fe0d925
@@ -104,8 +104,6 @@ class _HtmlContentViewerOnWebState extends State<HtmlContentViewerOnWeb> {
} else if (textContent && isValidUrl(textContent)) {
window.parent.postMessage(JSON.stringify({"view": "$createdViewId", "type": "toDart: OpenLink", "url": "" + textContent}), "*");
e.preventDefault();
} else {
e.preventDefault();
}
}