fix loadEmojiInsane button submitting the form
This commit is contained in:
parent
da3094eab7
commit
6ade3be5b4
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@
|
||||||
</div>
|
</div>
|
||||||
<button
|
<button
|
||||||
class="btn btn-default"
|
class="btn btn-default"
|
||||||
@click="loadEmojiInsane"
|
@click.prevent="loadEmojiInsane"
|
||||||
>
|
>
|
||||||
{{ $t('emoji.load_all', { emojiAmount: filteredEmoji.length } ) }}
|
{{ $t('emoji.load_all', { emojiAmount: filteredEmoji.length } ) }}
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in a new issue