Merge pull request #257 from brecert/no-send-composing

This commit is contained in:
Paul Makles 2021-09-24 13:16:57 +01:00 committed by GitHub
commit 6407f3b924
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -523,6 +523,7 @@ export default observer(({ channel }: Props) => {
if ( if (
!e.shiftKey && !e.shiftKey &&
!e.isComposing &&
e.key === "Enter" && e.key === "Enter" &&
!isTouchscreenDevice !isTouchscreenDevice
) { ) {