Disable markdown editor side-by-side mode

This commit is contained in:
6ea86b96 2017-07-12 14:28:28 +07:00
parent cd9fcf550a
commit 0419399dec

View file

@ -44,7 +44,7 @@ export class FormField extends React.PureComponent {
this._element = SimpleMDE;
this._type = "textarea";
this._extraElementProps.options = {
hideIcons: ["guide", "heading", "image", "fullscreen"],
hideIcons: ["guide", "heading", "image", "fullscreen", "side-by-side"],
};
} else if (formFieldFileSelectorTypes.includes(this.props.type)) {
this._element = "input";