검색시 본인 검색되지만 선택이 필요할 경우에는 선택되지 않도록 수정.

This commit is contained in:
leejinho
2019-12-20 11:33:14 +09:00
parent c289df1c47
commit 1de4d72472
5 changed files with 24 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
<div class="chat-messages" #scrollMe>
<div class="message-row" *ngIf="eventRemain">
<div class="message-row" *ngIf="eventRemain && messages.length > 0">
<button mat-button (click)="onClickMore($event)">
이전 대화 보기
<span