style: chat message render markdown by default

This commit is contained in:
jialin
2025-03-13 18:49:20 +08:00
parent 840b3c2a84
commit a5525c065c
17 changed files with 532 additions and 323 deletions
@@ -285,7 +285,9 @@ const MessageInput: React.FC<MessageInputProps> = forwardRef(
return;
}
e.preventDefault();
handleSendMessage();
if (!loading) {
handleSendMessage();
}
}
};