# 이슈처리 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,
translationType: eventType
};
this.changeDetectorRef.detectChanges();
} else {
// direct send
this.store.dispatch(

View File

@ -16,7 +16,6 @@
class="btn-translation-send bg-accent-color"
(click)="onClickSendTranslationMessage(translationPreviewInfo)"
>
<!--{{ 'chat.send' | translate }}-->
<svg
_ngcontent-smu-c52=""
fill="none"
@ -54,18 +53,6 @@
</svg>
</button>
</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>
<form