Reset reply state after successfully sending a reply
This commit is contained in:
parent
46215b3c51
commit
f486bc0e04
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@ export class RoomViewModel extends ViewModel {
|
|||
this.emitChange("error");
|
||||
return false;
|
||||
}
|
||||
this.setReply(null);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Reference in a new issue