From 8710cd9c46b82813ba3002035dd8b179cb32728c Mon Sep 17 00:00:00 2001 From: David Lechner Date: Sat, 16 Dec 2023 10:49:21 +0100 Subject: [PATCH] editor: fix change in type in monaco-editor 0.45.0 --- src/editor/Editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 });