mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
removed comments
This commit is contained in:
parent
6025706b4b
commit
33d5758686
@ -103,10 +103,8 @@ export default {
|
||||
clearTimeout(this.searchProcess)
|
||||
},
|
||||
onInput(event) {
|
||||
console.log('input', event)
|
||||
clearTimeout(this.searchProcess)
|
||||
this.value = event.target ? event.target.value.replace(/\s+/g, ' ').trim() : ''
|
||||
console.log('input', this.value)
|
||||
this.unprocessedSearchInput = this.value
|
||||
if (isEmpty(this.value) || this.value.replace(/\s+/g, '').length < 3) {
|
||||
this.clear()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user