Skip to content

Commit

Permalink
Merge pull request #51 from kun432/ime-support
Browse files Browse the repository at this point in the history
IME support
  • Loading branch information
thivy authored Aug 5, 2023
2 parents 24a252e + ca86c55 commit cafd3c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/chat/chat-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const ChatInput: FC<Props> = (props) => {
}

if (
!event.nativeEvent.isComposing &&
keysPressed.has("Enter") &&
!keysPressed.has("Shift") &&
buttonRef.current
Expand Down

0 comments on commit cafd3c0

Please sign in to comment.