fix loadEmojiInsane button submitting the form

This commit is contained in:
Henry Jameson 2019-10-27 19:20:38 +02:00
parent da3094eab7
commit 6ade3be5b4
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@
</div>
<button
class="btn btn-default"
@click="loadEmojiInsane"
@click.prevent="loadEmojiInsane"
>
{{ $t('emoji.load_all', { emojiAmount: filteredEmoji.length } ) }}
</button>