Skip to content

Commit

Permalink
Merge pull request #251 from gekowa/main
Browse files Browse the repository at this point in the history
prevent enter key from interrupting input method
  • Loading branch information
WongSaang authored Nov 22, 2023
2 parents 96760ea + dc1b30a commit b14185c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/MsgEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const docDialogCtl = ref({
clearable
variant="outlined"
class="userinputmsg"
@keydown.enter.exact="enterOnly"
@keypress.enter.exact="enterOnly"
></v-textarea>
<v-btn
:disabled="loading"
Expand Down

0 comments on commit b14185c

Please sign in to comment.