This commit is contained in:
Chneemann 2024-06-02 09:37:10 +02:00
parent 22794f7bfb
commit 468cd0ea17

View file

@ -176,7 +176,8 @@ export class ChatMsgBoxComponent {
*/
targetChatUser(event: Event) {
event.stopPropagation();
this.toggleBoolean.selectUserInMsgBox = true;
this.toggleBoolean.selectUserInMsgBox =
!this.toggleBoolean.selectUserInMsgBox;
}
/**