mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-22 23:20:54 +08:00
Multiline messages support (Fix #223)
This commit is contained in:
@@ -335,7 +335,7 @@ class SendTextDialog extends Dialog {
|
||||
e.preventDefault();
|
||||
Events.fire('send-text', {
|
||||
to: this._recipient,
|
||||
text: this.$text.textContent
|
||||
text: this.$text.innerText
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user