Reset reply state after successfully sending a reply

This commit is contained in:
Danila Fedorin 2021-07-20 13:01:04 -07:00
parent 46215b3c51
commit f486bc0e04

View file

@ -175,6 +175,7 @@ export class RoomViewModel extends ViewModel {
this.emitChange("error"); this.emitChange("error");
return false; return false;
} }
this.setReply(null);
return true; return true;
} }
return false; return false;