mirror of
https://github.com/moparisthebest/mail
synced 2024-11-26 19:02:20 -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';
|
||||
});
|
||||
|
||||
elm.parent().parent().on('touchstart click', function(e) {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
|
||||
elm.parent().parent().on('touchstart click', function() {
|
||||
if (!visible) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user