mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
Reset reply state after successfully sending a reply
This commit is contained in:
parent
46215b3c51
commit
f486bc0e04
@ -175,6 +175,7 @@ export class RoomViewModel extends ViewModel {
|
||||
this.emitChange("error");
|
||||
return false;
|
||||
}
|
||||
this.setReply(null);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user