유저선택 팝업에 유저 토글시 바로 적용안되는 문제 수정.
This commit is contained in:
parent
3b94b4083b
commit
4998125057
|
@ -550,6 +550,7 @@ export class CreateChatDialogComponent implements OnInit, OnDestroy {
|
|||
item => item.seq !== userInfo.seq
|
||||
);
|
||||
}
|
||||
this.changeDetectorRef.detectChanges();
|
||||
}
|
||||
|
||||
/** 대화방 > 대화방 선택 */
|
||||
|
|
Loading…
Reference in New Issue
Block a user