opt: tts play re-render

This commit is contained in:
2023-12-07 01:14:58 +08:00
parent 3f2893d1bf
commit 9a42e2758c
2 changed files with 17 additions and 9 deletions

View File

@@ -130,11 +130,7 @@ export default function Message(props: Props) {
</div>
)}
<hr className="mt-2" />
<TTSPlay
chat={chat}
chatStore={chatStore}
setChatStore={setChatStore}
/>
<TTSPlay chat={chat} />
<div className="w-full flex justify-between">
<DeleteIcon />
<button onClick={() => setShowEdit(true)}>🖋</button>