diff --git a/frontend/src/components/common/Editor/Editor.tsx b/frontend/src/components/common/Editor/Editor.tsx index 42ee7c93b..5b8334a16 100644 --- a/frontend/src/components/common/Editor/Editor.tsx +++ b/frontend/src/components/common/Editor/Editor.tsx @@ -31,7 +31,7 @@ const Editor = React.forwardRef((props, ref) => { ? `${(props.value?.split('\n').length || 32) * 19}px` : '372px' } - wrapEnabled + wrapEnabled={false} {...rest} /> );