aboutsummaryrefslogtreecommitdiff
path: root/src/components/search_bar/search_bar.vue
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2021-02-25 17:31:36 +0200
committerShpuld Shpuldson <shp@cock.li>2021-02-25 17:31:36 +0200
commit74caf42ed779d5218937afcddd6b8d9509006e81 (patch)
tree8a9e35d5ba920ff1ea81a6d228470122d60b9b71 /src/components/search_bar/search_bar.vue
parent34d18ac0c4e1903cb174df8957b855a048ec6b7e (diff)
parentdd9e18fd34bbec2c4ab8af53cb1f4da5812fa271 (diff)
Merge branch 'develop' into feat/focus-input-with-emoji-pickers
Diffstat (limited to 'src/components/search_bar/search_bar.vue')
-rw-r--r--src/components/search_bar/search_bar.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/search_bar/search_bar.vue b/src/components/search_bar/search_bar.vue
index a7432dcb..222f57ba 100644
--- a/src/components/search_bar/search_bar.vue
+++ b/src/components/search_bar/search_bar.vue
@@ -7,8 +7,8 @@
v-if="hidden"
class="button-unstyled nav-icon"
:title="$t('nav.search')"
- @click.prevent.stop="toggleHidden"
type="button"
+ @click.prevent.stop="toggleHidden"
>
<FAIcon
fixed-width
@@ -28,8 +28,8 @@
>
<button
class="button-default search-button"
- @click="find(searchTerm)"
type="submit"
+ @click="find(searchTerm)"
>
<FAIcon
fixed-width
@@ -38,8 +38,8 @@
</button>
<button
class="button-unstyled cancel-search"
- @click.prevent.stop="toggleHidden"
type="button"
+ @click.prevent.stop="toggleHidden"
>
<FAIcon
fixed-width