Merge pull request #1065 from buster-so/devin/BUS-1866-1758640940

feat: disable browser spell check in report editor (BUS-1866)
This commit is contained in:
Nate Kelley 2025-09-23 09:33:34 -06:00 committed by GitHub
commit 41d1e87cf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ export const Editor = React.forwardRef<HTMLDivElement, EditorProps>(
return (
<PlateContent
ref={ref}
spellCheck={false}
className={cn(
editorVariants({
readOnly,