Skip to content

Commit

Permalink
Don't throw away input when double clicking on an address entry
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 14, 2013
1 parent 9a3a5ef commit e489924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imp/js/prettyautocomplete.js
Expand Up @@ -280,6 +280,7 @@ var IMP_PrettyAutocompleter = Class.create({
var elt = e.findElement('LI');

if (elt.hasClassName(this.p.listClassItem)) {
this.addNewItem($F(this.input));
this.updateInput(elt);
} else {
this.focus();
Expand Down

0 comments on commit e489924

Please sign in to comment.