# 이슈처리 191

This commit is contained in:
leejinho 2020-02-07 17:53:16 +09:00
parent dadc980af3
commit 23f1f76753
2 changed files with 1 additions and 13 deletions

View File

@ -806,6 +806,7 @@ export class MessagesComponent implements OnInit, OnDestroy, AfterViewInit {
previewInfo: res, previewInfo: res,
translationType: eventType translationType: eventType
}; };
this.changeDetectorRef.detectChanges();
} else { } else {
// direct send // direct send
this.store.dispatch( this.store.dispatch(

View File

@ -16,7 +16,6 @@
class="btn-translation-send bg-accent-color" class="btn-translation-send bg-accent-color"
(click)="onClickSendTranslationMessage(translationPreviewInfo)" (click)="onClickSendTranslationMessage(translationPreviewInfo)"
> >
<!--{{ 'chat.send' | translate }}-->
<svg <svg
_ngcontent-smu-c52="" _ngcontent-smu-c52=""
fill="none" fill="none"
@ -54,18 +53,6 @@
</svg> </svg>
</button> </button>
</div> </div>
<!--<span class="btn-close">
<button
mat-button
matSuffix
mat-icon-button
aria-label="Close"
(click)="onClickTranslationCancel()"
>
<mat-icon>close</mat-icon>
</button>
</span>-->
</div> </div>
<div> <div>
<form <form