Skip to content

Commit d42602c

Browse files
authored
Merge pull request #9642 from GilbertCherrie/fix_copy_codemirror
Fix copy code from codemirror
2 parents ea9c119 + f91d136 commit d42602c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/javascript/components/miq-structured-list/miq-structured-list-body/value-tags/miq-structured-list-inputs.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ const MiqStructuredListInputs = ({ value, action }) => {
4545
lineNumbers: true,
4646
matchBrackets: true,
4747
theme: 'eclipse',
48-
readOnly: 'nocursor',
4948
viewportMargin: Infinity,
5049
}}
5150
value={payload}

0 commit comments

Comments
 (0)