fix loadEmojiInsane button submitting the form
This commit is contained in:
parent
da3094eab7
commit
6ade3be5b4
@ -101,7 +101,7 @@
|
||||
</div>
|
||||
<button
|
||||
class="btn btn-default"
|
||||
@click="loadEmojiInsane"
|
||||
@click.prevent="loadEmojiInsane"
|
||||
>
|
||||
{{ $t('emoji.load_all', { emojiAmount: filteredEmoji.length } ) }}
|
||||
</button>
|
||||
|
Loading…
Reference in New Issue
Block a user