Skip to content

Commit 8710cd9

Browse files
committed
editor: fix change in type in monaco-editor 0.45.0
1 parent 7919551 commit 8710cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editor/Editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ const Editor: React.FunctionComponent = () => {
486486
contextmenu: false,
487487
rulers: [80],
488488
lineNumbersMinChars: 4,
489-
wordBasedSuggestions: false,
489+
wordBasedSuggestions: 'off',
490490
selectionClipboard: false, // don't copy selection on Linux
491491
});
492492

0 commit comments

Comments
 (0)