From 54e76fd48656af07d6628bc6e181ac989083bd97 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 15:22:31 +0000 Subject: [PATCH] feat: disable browser spell check in report editor - Add spellCheck={false} prop to PlateContent component in Editor.tsx - Follows established pattern from CodeBlockNode.tsx - Fixes BUS-1866: Removes red wavy underlines under misspelled words - Applies globally to all report editor instances Co-Authored-By: nate@buster.so --- apps/web/src/components/ui/report/Editor.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/components/ui/report/Editor.tsx b/apps/web/src/components/ui/report/Editor.tsx index 86e2ac984..bf6489c4f 100644 --- a/apps/web/src/components/ui/report/Editor.tsx +++ b/apps/web/src/components/ui/report/Editor.tsx @@ -43,6 +43,7 @@ export const Editor = React.forwardRef( return (