mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-10 10:35:27 +00:00
Merge pull request #257 from brecert/no-send-composing
This commit is contained in:
@@ -523,6 +523,7 @@ export default observer(({ channel }: Props) => {
|
||||
|
||||
if (
|
||||
!e.shiftKey &&
|
||||
!e.isComposing &&
|
||||
e.key === "Enter" &&
|
||||
!isTouchscreenDevice
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user