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}
|
id={clientId}
|
||||||
className="mailpoet_textarea"
|
className="mailpoet_textarea"
|
||||||
name="custom_text"
|
name="custom_text"
|
||||||
disabled
|
|
||||||
data-automation-id="editor_custom_textarea_input"
|
data-automation-id="editor_custom_textarea_input"
|
||||||
value={placeholder}
|
value={placeholder}
|
||||||
rows={attributes.lines}
|
rows={attributes.lines}
|
||||||
style={inputStyles}
|
style={inputStyles}
|
||||||
|
readOnly
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user