Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
Added a short delay to the activation of the autocompleter. This seem…
Browse files Browse the repository at this point in the history
…s to solve the problem with the autocompleter flashing.
  • Loading branch information
argoyle committed Dec 9, 2011
1 parent 3a9d7e4 commit 3897863
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -179,7 +179,7 @@ var TagSelect = Class.create({
},

triggerCompletion: function(field) {
this.autocompleter.activate();
setTimeout(this.autocompleter.activate.bind(this.autocompleter), 200);
},

addToValueField: function(span) {
Expand Down

0 comments on commit 3897863

Please sign in to comment.