1
0
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:
Tankred Hase 2014-04-02 20:28:20 +02:00
parent a33e9ff3dc
commit 2f867437ad

View File

@ -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;
}