diff --git a/apps/yaak-client/components/core/Editor/Editor.tsx b/apps/yaak-client/components/core/Editor/Editor.tsx index a472f938..fa18b8e5 100644 --- a/apps/yaak-client/components/core/Editor/Editor.tsx +++ b/apps/yaak-client/components/core/Editor/Editor.tsx @@ -601,6 +601,8 @@ function getExtensions({ EditorView.contentAttributes.of({ autocapitalize: "off", autocorrect: "off", + // Keeps macOS Writing Tools from offering to write code for us + writingsuggestions: "false", }), EditorView.domEventHandlers({ focus: () => {