Skip to content

Commit

Permalink
Consider enter situation for Tweet Counter #83
Browse files Browse the repository at this point in the history
  • Loading branch information
syoichi committed Jan 27, 2014
1 parent 3b1c4bf commit 0063d61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpi/chrome/content/completion.xml
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@
return;
this.textbox.injectCandidate(item.getAttribute('label'), terminate);
window.dispatchEvent(new CustomEvent('valuechange', {detail : { id : 'tags' }}));
if(terminate){
this.popup.hidePopup();
Expand Down

0 comments on commit 0063d61

Please sign in to comment.