ace-diff/ace-diff

How to prevent changes in both editors?

sumitshrivastav4 opened this issue · 1 comments

I need to prevent changes in both left and right editor.

{
left: { editable: false},
right: {editable: false}
}