|
@@ -249,6 +249,7 @@ export class MonacoDiffEditor extends React.Component<
|
|
minimap: { enabled: false },
|
|
minimap: { enabled: false },
|
|
automaticLayout: false,
|
|
automaticLayout: false,
|
|
theme: this.props.theme,
|
|
theme: this.props.theme,
|
|
|
|
+ originalEditable: true,
|
|
});
|
|
});
|
|
this.editor.setModel({
|
|
this.editor.setModel({
|
|
original: this.props.originalModel,
|
|
original: this.props.originalModel,
|