mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 07:16:18 -04:00
Multiline messages support (Fix #223)
This commit is contained in:
parent
5462b0c17f
commit
6a5ad0f1fb
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ class SendTextDialog extends Dialog {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
Events.fire('send-text', {
|
Events.fire('send-text', {
|
||||||
to: this._recipient,
|
to: this._recipient,
|
||||||
text: this.$text.textContent
|
text: this.$text.innerText
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue