fix(frontend): emoji picker not opening on /share
page (#14295)
* fix(frontend): emoji picker not opening on `/share` page * Update CHANGELOG.md
This commit is contained in:
parent
3d8eda14a2
commit
7c67d3a5aa
2 changed files with 4 additions and 0 deletions
|
@ -5,9 +5,12 @@
|
|||
|
||||
import { createApp, defineAsyncComponent } from 'vue';
|
||||
import { common } from './common.js';
|
||||
import { emojiPicker } from '@/scripts/emoji-picker.js';
|
||||
|
||||
export async function subBoot() {
|
||||
const { isClientUpdated } = await common(() => createApp(
|
||||
defineAsyncComponent(() => import('@/ui/minimum.vue')),
|
||||
));
|
||||
|
||||
emojiPicker.init();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue