mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 03:18:17 +01:00
Send message when pressing enter in the emoji picker
This commit is contained in:
committed by
Scott Nonnenberg
parent
0a16c905b9
commit
d23efc6717
@@ -318,6 +318,9 @@
|
||||
|
||||
setupEmojiPickerButton() {
|
||||
const props = {
|
||||
onForceSend: () => {
|
||||
this.sendMessage({});
|
||||
},
|
||||
onPickEmoji: e => this.insertEmoji(e),
|
||||
onClose: () => {
|
||||
const textarea = this.$messageField[0];
|
||||
|
||||
Reference in New Issue
Block a user