Skip to content

Commit

Permalink
fulcrum-agile#190 label textField loses focus after adding a label wa…
Browse files Browse the repository at this point in the history
…s fixed
  • Loading branch information
Daniel Fernández authored and simonoff committed Sep 21, 2014
1 parent 24288de commit 3f04ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/assets/javascripts/tag-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@
that.createTag(that._cleanedInput());
});


// Autocomplete.
if (this.options.availableTags || this.options.tagSource) {
this._tagInput.autocomplete({
Expand All @@ -229,6 +228,7 @@
}
});
}
this._tagInput.focus();
},

_cleanedInput: function() {
Expand Down

0 comments on commit 3f04ba6

Please sign in to comment.