diff --git a/src/editor/Editor.tsx b/src/editor/Editor.tsx index 15096f41..3f6a438a 100644 --- a/src/editor/Editor.tsx +++ b/src/editor/Editor.tsx @@ -486,7 +486,7 @@ const Editor: React.FunctionComponent = () => { contextmenu: false, rulers: [80], lineNumbersMinChars: 4, - wordBasedSuggestions: false, + wordBasedSuggestions: 'off', selectionClipboard: false, // don't copy selection on Linux });