1
0
mirror of https://github.com/RobinLinus/snapdrop.git synced 2025-05-15 23:20:11 -07:00

Multiline messages support (Fix #223)

This commit is contained in:
RobinLinus 2020-12-28 20:21:50 +01:00
parent 5462b0c17f
commit 6a5ad0f1fb

View File

@ -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
});
}
}