# 이슈처리 191
This commit is contained in:
parent
dadc980af3
commit
23f1f76753
|
@ -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(
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user