fix: 修复消息会话点击后会卡死的问题

pull/64/head
moonrailgun 2 years ago
parent 538206f3bd
commit 345e31553a

@ -48,6 +48,7 @@ export function useChatMessageItemAction(
const isMessageAuthor = payload.author === userInfo?._id;
return {
onClick: options.onClick,
items: _compact([
{
key: 'copy',

Loading…
Cancel
Save