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

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
) { ) {