Lazy load emoji picker component to save on memory

polling-api
Noah 2023-09-09 04:47:49 +00:00
parent 676c183528
commit 7999ffc6d9
1 changed files with 1 additions and 0 deletions

View File

@ -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"