init commit

This commit is contained in:
Dakai
2023-04-18 20:22:03 +08:00
parent 1ec228e46c
commit 009555705e
3 changed files with 42 additions and 0 deletions

View File

@@ -746,6 +746,13 @@ export function Chat(props: {
</div>
) : (
<>
<div
className={styles["chat-message-top-action"]}
onClick={() => onDelete(message.id ?? i)}
>
{Locale.Chat.Actions.Delete}
</div>
<div
className={styles["chat-message-top-action"]}
onClick={() => onDelete(message.id ?? i)}