유저선택 팝업에 유저 토글시 바로 적용안되는 문제 수정.

This commit is contained in:
leejinho 2020-01-20 09:31:19 +09:00
parent 3b94b4083b
commit 4998125057

View File

@ -550,6 +550,7 @@ export class CreateChatDialogComponent implements OnInit, OnDestroy {
item => item.seq !== userInfo.seq
);
}
this.changeDetectorRef.detectChanges();
}
/** 대화방 > 대화방 선택 */