Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
修正输入中文回车选词直接发出问题
Browse files Browse the repository at this point in the history
  • Loading branch information
imlinhanchao committed Mar 7, 2022
1 parent c87036b commit 579b3f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/view/chat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ em.disscuse-msg {
type="text"
v-model="message"
placeholder="简单聊聊"
@on-keyup.229="() => {}"
@on-keyup.enter="wsPush"
@on-keyup.up="selList(-1)"
@on-keyup.down="selList(1)"
Expand Down

0 comments on commit 579b3f6

Please sign in to comment.