diff --git a/web/src/pages/Edit/components/Search.vue b/web/src/pages/Edit/components/Search.vue index e43e3ad0..3f0777f6 100644 --- a/web/src/pages/Edit/components/Search.vue +++ b/web/src/pages/Edit/components/Search.vue @@ -23,7 +23,7 @@ >{{ $t('search.replace') }} -
+
{{ currentIndex }} / {{ total }}
@@ -155,7 +155,7 @@ export default { showSearch() { this.$bus.$emit('closeSideBar') this.show = true - // this.$refs.searchInputRef.focus() + this.$refs.searchInputRef.focus() }, hideReplaceInput() {