edited chat message now is marked as Normal
This commit is contained in:
parent
7078f47f72
commit
6c73eae9f6
@ -164,6 +164,10 @@ const ChatMessageItem: FC<{
|
|||||||
value={messageItem.content}
|
value={messageItem.content}
|
||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
messageItem.content = e.target.value;
|
messageItem.content = e.target.value;
|
||||||
|
commonStore.conversation[uuid].type = MessageType.Normal;
|
||||||
|
commonStore.conversation[uuid].done = true;
|
||||||
|
commonStore.setConversation(commonStore.conversation);
|
||||||
|
commonStore.setConversationOrder([...commonStore.conversationOrder]);
|
||||||
}}
|
}}
|
||||||
onBlur={() => {
|
onBlur={() => {
|
||||||
setEditingInner(false);
|
setEditingInner(false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user