issue :: 대화창 오픈시 이전대화보기 버튼 출력후, 대화 불러오기 화면출력
This commit is contained in:
parent
e10887c247
commit
9269906f35
|
@ -16,6 +16,7 @@
|
|||
<div
|
||||
*ngIf="eventRemained && !!eventList && eventList.length > 0"
|
||||
class="message-row view-previous"
|
||||
[class.hide]="!showMore"
|
||||
>
|
||||
<button mat-button (click)="onClickMore($event)" class="bg-accent-dark">
|
||||
<svg
|
||||
|
|
|
@ -551,6 +551,7 @@ export class MessagesComponent implements OnInit, OnDestroy {
|
|||
this.readToHereEvent,
|
||||
() => {},
|
||||
() => {
|
||||
this.showMore = true;
|
||||
this.firstCheckReadHere = false;
|
||||
},
|
||||
false,
|
||||
|
|
Loading…
Reference in New Issue
Block a user