# 이슈처리 191
This commit is contained in:
parent
dadc980af3
commit
23f1f76753
|
@ -806,6 +806,7 @@ export class MessagesComponent implements OnInit, OnDestroy, AfterViewInit {
|
|||
previewInfo: res,
|
||||
translationType: eventType
|
||||
};
|
||||
this.changeDetectorRef.detectChanges();
|
||||
} else {
|
||||
// direct send
|
||||
this.store.dispatch(
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user