From 2f4125b5d1b4d3a3c0b95816261d5add37988d3b Mon Sep 17 00:00:00 2001 From: mattwr18 Date: Fri, 13 Dec 2019 12:53:37 +0100 Subject: [PATCH] Remove this from clearTimeout - inadvertantly added --- webapp/components/SearchInput/SearchInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/components/SearchInput/SearchInput.vue b/webapp/components/SearchInput/SearchInput.vue index 54536111e..c94a2baec 100644 --- a/webapp/components/SearchInput/SearchInput.vue +++ b/webapp/components/SearchInput/SearchInput.vue @@ -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 = ''