enhance(frontend): 投稿内のunicode絵文字もメニューを出せるように

This commit is contained in:
syuilo
2023-11-05 18:01:51 +09:00
parent 2c836ba71f
commit bb76ee2c0e
3 changed files with 35 additions and 4 deletions

View File

@@ -354,6 +354,8 @@ export default function(props: MfmProps) {
return [h(MkEmoji, {
key: Math.random(),
emoji: token.props.emoji,
menu: props.enableEmojiMenu,
menuReaction: props.enableEmojiMenuReaction,
})];
}