Increase debounce time to 300ms
Co-Authored-By: wellá <info@lost.design>
This commit is contained in:
@@ -48,7 +48,7 @@ export default {
|
||||
keywords: keywords && R.split(',', keywords),
|
||||
tags: tags && R.split(',', tags),
|
||||
}
|
||||
}, 100)
|
||||
}, 300)
|
||||
},
|
||||
searchInput(searchInput) {
|
||||
this.resources = this.$store.getters['data/findBySearchInputs'](searchInput.keywords, searchInput.tags)
|
||||
|
||||
Reference in New Issue
Block a user