Bug 1151732 disappear panels in sidebar after clicking the Pocket sidebar button r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D22198

--HG--
extra : moz-landing-system : lando
This commit is contained in:
berkay.barlas 2019-03-06 23:03:33 +00:00
parent bccb685e03
commit b61741d079

View File

@ -951,7 +951,6 @@ AboutReader.prototype = {
if (!aEvent.isTrusted)
return;
aEvent.stopPropagation();
let btn = aEvent.target;
callback(btn);
}, true);