diff --git a/frontend/spa/src/views/Search.vue b/frontend/spa/src/views/Search.vue index 0b6af1c..94aeb13 100644 --- a/frontend/spa/src/views/Search.vue +++ b/frontend/spa/src/views/Search.vue @@ -24,6 +24,8 @@ @search="handleSearch" @keydown.enter="handleEnter" @input="debouncedSearch" + @focus="handleFocus" + @blur="handleBlur" />