Skip to content

Commit

Permalink
Fix non-working replying on message in case mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
nkonev committed Nov 1, 2023
1 parent d2d63b9 commit e41999d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/MessageEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@
if (isNew) {
if (mbExisting && !mbExisting.id) {
this.onSetMessage(mbExisting)
} else if (dto.embedMessage) {
this.onSetMessage(dto)
} else {
this.onSetMessage(chatEditMessageDtoFactory())
}
Expand Down

0 comments on commit e41999d

Please sign in to comment.