bug fixed

This commit is contained in:
richard-loafle 2020-02-06 13:56:07 +09:00
parent 0da7ff2af3
commit 773fa46c48

View File

@ -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) {