Skip to content

Commit

Permalink
Close safari spellCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
drl990114 committed Apr 21, 2024
1 parent d26bdd2 commit 939e640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/components/Text/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Text: FC<ITextProps> = ({ children, ...props }) => {
const { getRootProps } = useRemirrorContext()

return (
<div {...props} {...getRootProps()}>
<div {...props} {...getRootProps()} spellCheck={false} >
{children}
</div>
)
Expand Down

0 comments on commit 939e640

Please sign in to comment.