mirror of https://github.com/buster-so/buster.git
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:
commit
41d1e87cf6
|
@ -43,6 +43,7 @@ export const Editor = React.forwardRef<HTMLDivElement, EditorProps>(
|
|||
return (
|
||||
<PlateContent
|
||||
ref={ref}
|
||||
spellCheck={false}
|
||||
className={cn(
|
||||
editorVariants({
|
||||
readOnly,
|
||||
|
|
Loading…
Reference in New Issue