diff --git a/static/3rd_party/others/js/typeahead.bundle.js b/static/3rd_party/others/js/typeahead.bundle.js index 857b400..cfc47f2 100644 --- a/static/3rd_party/others/js/typeahead.bundle.js +++ b/static/3rd_party/others/js/typeahead.bundle.js @@ -1720,8 +1720,8 @@ suggestions = suggestions || []; if (!canceled && rendered < that.limit) { that.cancel = $.noop; - rendered += suggestions.length; that._append(query, suggestions.slice(0, that.limit - rendered)); + rendered += suggestions.length; that.async && that.trigger("asyncReceived", query); } }