We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49894b8 commit 1a08807Copy full SHA for 1a08807
frontend/src/components/common/Editor/Editor.tsx
@@ -31,7 +31,7 @@ const Editor = React.forwardRef<AceEditor | null, EditorProps>((props, ref) => {
31
? `${(props.value?.split('\n').length || 32) * 19}px`
32
: '372px'
33
}
34
- wrapEnabled
+ wrapEnabled={false}
35
{...rest}
36
/>
37
);
0 commit comments