feat(frontend): make diff editor editable (#1999)

This commit is contained in:
HugoCasa
2023-08-07 12:40:17 +02:00
committed by GitHub
parent 2913ecacdc
commit 2b542832a8
@@ -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
},