Set speech message before return

This commit is contained in:
sjiampojamarn
2025-04-08 22:16:27 -07:00
parent da1123d84b
commit 41b258e4d8

View File

@ -97,6 +97,7 @@ const MessageBox = ({
}, },
), ),
); );
setSpeechMessage(message.content.replace(regex, ''));
return; return;
} }