diff --git a/source/javascripts/components/unified-editor/StepConfigDrawer/components/StepCodeEditor.tsx b/source/javascripts/components/unified-editor/StepConfigDrawer/components/StepCodeEditor.tsx index 8d6b56145..5b9300f9b 100644 --- a/source/javascripts/components/unified-editor/StepConfigDrawer/components/StepCodeEditor.tsx +++ b/source/javascripts/components/unified-editor/StepConfigDrawer/components/StepCodeEditor.tsx @@ -10,6 +10,8 @@ const EDITOR_OPTIONS = { roundedSelection: false, scrollBeyondLastLine: false, stickyScroll: { enabled: true }, + contextmenu: false, + minimap: { enabled: false }, }; type Props = {