emojigen wip15

This commit is contained in:
こけっち 2022-05-05 19:14:26 +09:00
parent 3e96cc2b6b
commit 6b9f0d800e
No known key found for this signature in database
GPG Key ID: 21460619C5FC4DD1

View File

@ -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);
})(); })();
}, },