emojigen wip15
This commit is contained in:
parent
3e96cc2b6b
commit
6b9f0d800e
@ -195,7 +195,9 @@ export default defineComponent({
|
|||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
await this.emojiApproval();
|
await this.emojiApproval();
|
||||||
edit(emoji(await emojiUpload()));
|
const emojiId = await emojiUpload();
|
||||||
|
const emojiObj = await emoji(emojiId);
|
||||||
|
edit(emojiObj);
|
||||||
})();
|
})();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user