deploy: 8a435363bb
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
export function createClickedEvent(_ref) {
|
||||
var item = _ref.item,
|
||||
items = _ref.items;
|
||||
return {
|
||||
index: item.__autocomplete_indexName,
|
||||
items: [item],
|
||||
positions: [1 + items.findIndex(function (x) {
|
||||
return x.objectID === item.objectID;
|
||||
})],
|
||||
queryID: item.__autocomplete_queryID,
|
||||
algoliaSource: ['autocomplete']
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user