Skip to content

Commit

Permalink
Ignore clicks on sent-mail drop-down for label purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Sep 22, 2013
1 parent f7ef049 commit 2dc6afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/js/compose-dimp.js
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ var DimpCompose = {
tmp = elt.retrieve('popdown_id');
this.knl[tmp].knl.show();
this.knl[tmp].knl.ignoreClick(e.memo);
e.stop();
e.memo.stop();
}
break;
}
Expand Down

0 comments on commit 2dc6afa

Please sign in to comment.