diff --git a/frontend/src/components/WhatsAppBox.vue b/frontend/src/components/WhatsAppBox.vue index 5b920f69..5b77a47f 100644 --- a/frontend/src/components/WhatsAppBox.vue +++ b/frontend/src/components/WhatsAppBox.vue @@ -26,7 +26,7 @@ :placeholder="placeholder" @focus="rows = 6" @blur="rows = 1" - @keydown.meta.enter="sendWhatsAppMessage" + @keydown.enter="(e) => sendTextMessage(e)" />