mirror of
https://github.com/moparisthebest/mail
synced 2025-02-16 23:20:09 -05:00
fix opening links due to blocked event propagation
This commit is contained in:
parent
a33e9ff3dc
commit
2f867437ad
@ -187,10 +187,7 @@ define(function(require) {
|
|||||||
popover[0].style.opacity = '1';
|
popover[0].style.opacity = '1';
|
||||||
});
|
});
|
||||||
|
|
||||||
elm.parent().parent().on('touchstart click', function(e) {
|
elm.parent().parent().on('touchstart click', function() {
|
||||||
e.preventDefault();
|
|
||||||
e.stopPropagation();
|
|
||||||
|
|
||||||
if (!visible) {
|
if (!visible) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user