Skip to content

Commit

Permalink
fix: delete message problem (#575)
Browse files Browse the repository at this point in the history
* fix: 修复删除消息倒是后面一条消息显示原文的问题

* Revert "fix: 修复删除消息倒是后面一条消息显示原文的问题"

This reverts commit 5c38b3c.

Signed-off-by: Bob Du <[email protected]>

* fix: delete message problem

Signed-off-by: Bob Du <[email protected]>

---------

Signed-off-by: Bob Du <[email protected]>
Co-authored-by: Bob Du <[email protected]>
  • Loading branch information
Qiu-Jun and BobDu authored Oct 25, 2024
1 parent 1379b15 commit 9b1aadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/chat/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ onUnmounted(() => {
<div>
<Message
v-for="(item, index) of dataSources"
:key="index"
:key="String(item.uuid) + String(item.inversion)"
:index="index"
:current-nav-index="currentNavIndexRef"
:date-time="item.dateTime"
Expand Down

0 comments on commit 9b1aadd

Please sign in to comment.