mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-27 00:08:45 +00:00
Remove this from clearTimeout
- inadvertantly added
This commit is contained in:
parent
1f2216cd4f
commit
2f4125b5d1
@ -211,7 +211,7 @@ export default {
|
|||||||
this.pending = false
|
this.pending = false
|
||||||
this.searchResults = []
|
this.searchResults = []
|
||||||
this.quickValue = ''
|
this.quickValue = ''
|
||||||
this.clearTimeout(this.searchProcess)
|
clearTimeout(this.searchProcess)
|
||||||
this.isOpen = false
|
this.isOpen = false
|
||||||
this.unprocessedSearchInput = ''
|
this.unprocessedSearchInput = ''
|
||||||
this.lastSearchTerm = ''
|
this.lastSearchTerm = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user