diff --git a/src/components/ResultEditorWindow/index.jsx b/src/components/ResultEditorWindow/index.jsx index bcacb53be..4b20e33c0 100644 --- a/src/components/ResultEditorWindow/index.jsx +++ b/src/components/ResultEditorWindow/index.jsx @@ -22,7 +22,7 @@ const ResultEditorWindow = ({ code }) => { automaticLayout: true, readOnly: true, mouseWheelZoom: true, - folding: false, + folding: true, lineHeight: lineHeight, padding: { top: padding, bottom: padding }, }}