diff --git a/web_src/js/features/codeeditor.ts b/web_src/js/features/codeeditor.ts index 94c7e18234..47f378c47a 100644 --- a/web_src/js/features/codeeditor.ts +++ b/web_src/js/features/codeeditor.ts @@ -39,6 +39,7 @@ const baseOptions: MonacoOpts = { wordWrapBreakAfterCharacters: '', wordWrapBreakBeforeCharacters: '', matchBrackets: 'never', + editContext: false, // https://github.com/microsoft/monaco-editor/issues/5081 }; function getCodeEditorConfig(input: HTMLInputElement): CodeEditorConfig | null {