Lazy load emoji picker component to save on memory
This commit is contained in:
parent
676c183528
commit
7999ffc6d9
|
@ -270,6 +270,7 @@ export default {
|
|||
<div class="dropdown-content p-0">
|
||||
<!-- Emoji reactions menu -->
|
||||
<EmojiPicker
|
||||
v-if="showEmojiPicker"
|
||||
:native="false"
|
||||
:display-recent="true"
|
||||
:disable-skin-tones="true"
|
||||
|
|
Loading…
Reference in New Issue
Block a user