Fixed auto complete not firing tag relations
This commit is contained in:
parent
58b7a3ac6b
commit
b4043313d4
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ App.Controls.TagInput = function($underlyingInput) {
|
|||
function initAutoComplete() {
|
||||
var autoComplete = new App.Controls.AutoCompleteInput($input);
|
||||
autoComplete.onApply = function(text) {
|
||||
processText(text, addTagDirectly);
|
||||
processText(text, addTag);
|
||||
$input.val('');
|
||||
};
|
||||
autoComplete.additionalFilter = function(results) {
|
||||
|
|
Loading…
Reference in a new issue