refactor
This commit is contained in:
parent
bfc9873fb9
commit
974269b8f1
5 changed files with 10 additions and 8 deletions
|
@ -403,7 +403,7 @@ export async function selectDriveFolder(multiple: boolean) {
|
|||
});
|
||||
}
|
||||
|
||||
export async function pickEmoji(src?: HTMLElement, opts) {
|
||||
export async function pickEmoji(src: HTMLElement | null, opts) {
|
||||
return new Promise((resolve, reject) => {
|
||||
popup(import('@/components/emoji-picker-dialog.vue'), {
|
||||
src,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue