mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 18:46:17 +00:00
editor: fix change in type in monaco-editor 0.45.0
This commit is contained in:
committed by
David Lechner
parent
7919551fa0
commit
8710cd9c46
@@ -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
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user