diff --git a/frontend/src/lib/components/DiffEditor.svelte b/frontend/src/lib/components/DiffEditor.svelte index fe5357a254..8816de7a00 100644 --- a/frontend/src/lib/components/DiffEditor.svelte +++ b/frontend/src/lib/components/DiffEditor.svelte @@ -24,8 +24,7 @@ diffEditor = meditor.createDiffEditor(diffDivEl!, { automaticLayout, renderSideBySide: editorWidth >= SIDE_BY_SIDE_MIN_WIDTH, - domReadOnly: true, - readOnly: true, + originalEditable: false, minimap: { enabled: false },