mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +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");
|
this.emitChange("error");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
this.setReply(null);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user