emojigen wip33
This commit is contained in:
parent
b4edc40fa8
commit
55f0e23a74
@ -59,7 +59,7 @@
|
||||
<FormSection>
|
||||
<template #label>{{ $ts.preview }}</template>
|
||||
<img :src="emojiUrl" class="img" :alt="emojiName"/>
|
||||
<a href="{{ emojiUrl }}"></a><p>{{ emojiUrl }}</p>
|
||||
<a href="{{ emojiUrl }}"><p>{{ emojiUrl }}</p></a>
|
||||
</FormSection>
|
||||
<FormButton primary class="_formBlock" @click="emojiApproval">{{ $ts.emojiApproval }}</FormButton>
|
||||
</div>
|
||||
|
@ -202,16 +202,7 @@ const menu = (ev: MouseEvent) => {
|
||||
});
|
||||
});
|
||||
}
|
||||
},{
|
||||
icon: 'fas fa-recycle',
|
||||
text: i18n.ts.emojigen,
|
||||
action: async
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
], ev.currentTarget ?? ev.target);
|
||||
}], ev.currentTarget ?? ev.target);
|
||||
};
|
||||
|
||||
const setCategoryBulk = async () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user