Remove this from clearTimeout

- inadvertantly added
This commit is contained in:
mattwr18 2019-12-13 12:53:37 +01:00
parent 1f2216cd4f
commit 2f4125b5d1

View File

@ -211,7 +211,7 @@ export default {
this.pending = false
this.searchResults = []
this.quickValue = ''
this.clearTimeout(this.searchProcess)
clearTimeout(this.searchProcess)
this.isOpen = false
this.unprocessedSearchInput = ''
this.lastSearchTerm = ''