Remove disabled parameter from textarea in editor

[MAILPOET-2599]
This commit is contained in:
Rostislav Wolny
2020-03-05 13:37:15 +01:00
committed by Veljko V
parent 52bddd763f
commit ee49d77ff4

View File

@@ -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
/>
);