mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 04:27:40 +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…
x
Reference in New Issue
Block a user