Remove disabled parameter from textarea in editor
[MAILPOET-2599]
This commit is contained in:
committed by
Veljko V
parent
52bddd763f
commit
ee49d77ff4
@@ -130,11 +130,11 @@ const CustomTextAreaEdit = ({ attributes, setAttributes, clientId }) => {
|
||||
id={clientId}
|
||||
className="mailpoet_textarea"
|
||||
name="custom_text"
|
||||
disabled
|
||||
data-automation-id="editor_custom_textarea_input"
|
||||
value={placeholder}
|
||||
rows={attributes.lines}
|
||||
style={inputStyles}
|
||||
readOnly
|
||||
/>
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user