Skip to content

Commit

Permalink
fix:fix update text bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongxiongjiang committed Nov 4, 2024
1 parent cb55ed4 commit 35ab3af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/ExyteChat/Model/MessageRow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ struct MessageRow: Equatable {
&& lhs.commentsPosition == rhs.commentsPosition
&& lhs.message.status == rhs.message.status
&& lhs.message.triggerRedraw == rhs.message.triggerRedraw
&& lhs.message.text == rhs.message.text
}
}

Expand Down

0 comments on commit 35ab3af

Please sign in to comment.