fix: action button not working

This commit is contained in:
Timothy J. Baek 2024-09-29 18:24:44 +02:00
parent c93a10388b
commit 550075bba4

View File

@ -383,7 +383,6 @@
{mergeResponses}
{readOnly}
on:action={async (e) => {
const message = history.messages[message.id];
if (typeof e.detail === 'string') {
await chatActionHandler(chatId, e.detail, message.model, message.id);
} else {