mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 00:03:08 +00:00
feat(frontend): make diff editor editable (#1999)
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user