Bug 935561 - [Messaging] Attach icon is kept like pressed when tapping on it and cancel selecting a content to attach (followup). r=fabrice

This commit is contained in:
Vivien Nicolas 2013-11-26 18:30:12 +01:00
parent 89751e4609
commit a286cc2d3b

View File

@ -115,9 +115,7 @@ const ContentPanning = {
},
observe: function cp_observe(subject, topic, data) {
if (topic === 'BEC:ShownModalPrompt') {
this._resetHover();
}
this._resetHover();
},
position: new Point(0 , 0),