diff --git a/src/components/gui/Chat.vue b/src/components/gui/Chat.vue index caa8f7f..81363cf 100644 --- a/src/components/gui/Chat.vue +++ b/src/components/gui/Chat.vue @@ -14,6 +14,7 @@ v-model="message" @keypress="handleKeyPress" @submit="handleSubmit" + ref="chatInput" /> @@ -21,6 +22,7 @@