bug fixed
This commit is contained in:
parent
0da7ff2af3
commit
773fa46c48
|
@ -1931,7 +1931,7 @@ export class MessagesComponent implements OnInit, OnDestroy, AfterViewInit {
|
||||||
});
|
});
|
||||||
|
|
||||||
if (result.selected.text) {
|
if (result.selected.text) {
|
||||||
this.onSendMessage(data.text);
|
this.onSendMessage(data.text.replace(/\t/g, ' '));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (result.selected.image) {
|
if (result.selected.image) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user