Commit 22503873 authored by Danny Liu's avatar Danny Liu
Browse files

retain the message in history object

parent f9f3fe5e
...@@ -230,7 +230,6 @@ ...@@ -230,7 +230,6 @@
history.messages[messageParentId].childrenIds = [] history.messages[messageParentId].childrenIds = []
} }
delete history.messages[messageId];
history.currentId = messageParentId; history.currentId = messageParentId;
await tick(); await tick();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment