修复合并对话消息导致的右键菜单报错问题
This commit is contained in:
@@ -84,7 +84,7 @@ export default function DialogContextWrapper({ children, useRef }: { children: R
|
||||
setCurrentSelectedChatId('')
|
||||
}
|
||||
}}>
|
||||
{<ChatFragmentDialog chatId={currentSelectedChatId} useRef={chatFragmentDialogRef} />}
|
||||
<ChatFragmentDialog chatId={currentSelectedChatId} useRef={chatFragmentDialogRef} />
|
||||
<UserOrChatInfoDialog chat={userOrChatInfoDialogState[userOrChatInfoDialogState.length - 1] || lastUserOrChatInfoDialogStateRef.current} useRef={userOrChatInfoDialogRef} />
|
||||
<EditMyProfileDialog useRef={editMyProfileDialogRef} />
|
||||
<AddFavourtieChatDialog useRef={addFavouriteChatDialogRef} />
|
||||
|
||||
Reference in New Issue
Block a user