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) { targetChatUser(event: Event) {
event.stopPropagation(); event.stopPropagation();
this.toggleBoolean.selectUserInMsgBox = true; this.toggleBoolean.selectUserInMsgBox =
!this.toggleBoolean.selectUserInMsgBox;
} }
/** /**