bugfixes
This commit is contained in:
parent
22794f7bfb
commit
468cd0ea17
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue