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