remove comment
This commit is contained in:
@@ -95,7 +95,6 @@ export class TagsAutocompleteModel {
|
|||||||
const fuse = new Fuse(items)
|
const fuse = new Fuse(items)
|
||||||
// search amongst mixed set of tags
|
// search amongst mixed set of tags
|
||||||
const results = fuse.search(this.query).map(r => r.item)
|
const results = fuse.search(this.query).map(r => r.item)
|
||||||
// backfill again in case search has no results
|
|
||||||
return results.slice(0, 9)
|
return results.slice(0, 9)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user