forked from coracle/flotilla
Improve profile search
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
$: populateItems(term)
|
||||
|
||||
const populateItems = throttle(300, term => {
|
||||
items = $search.searchValues(term).slice(0, 30)
|
||||
items = $search.searchValues(term).slice(0, 5)
|
||||
})
|
||||
|
||||
const setIndex = (newIndex: number, block: any) => {
|
||||
|
||||
Reference in New Issue
Block a user