We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758ba97 commit 244e90dCopy full SHA for 244e90d
src/Message/variants/EditMessageInput.tsx
@@ -31,7 +31,7 @@ function EditMessageInput(props: EditMessageInputProps) {
31
32
return (
33
<Styles.MessageEditor
34
- autoCorrect={"false"}
+ autoCorrect="false"
35
onKeyDown={onKeyDown}
36
defaultValue={props.message.content}
37
/>
0 commit comments