enhance(frontend): 投稿内のunicode絵文字もメニューを出せるように
This commit is contained in:
parent
2c836ba71f
commit
bb76ee2c0e
3 changed files with 35 additions and 4 deletions
|
|
@ -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,
|
||||
})];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue