From 82c19090f5a81d556e330f4eb4174ad5b69cba80 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Thu, 19 May 2022 14:53:25 -0500 Subject: [PATCH] Remove old watch code --- components/search-stork.vue | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/components/search-stork.vue b/components/search-stork.vue index e9bb0c3..bbb954d 100644 --- a/components/search-stork.vue +++ b/components/search-stork.vue @@ -303,19 +303,6 @@ export default { return this.query.split(/\s+/).filter(part => part.length > 0) }, }, - // watch: { - // 'store.mode': function (newMode) { - // // If we're showing the search - // // then focus on the search input - // // on the next tick when our input - // // exists - // if (newMode === 'search') { - // this.$nextTick(() => { - // this.$refs.search.focus() - // }) - // } - // } - // }, mounted () { // console.log(this.$el)