Ionaru / Ionaru/easy-markdown-editor
Hide 'upload-image' icon
Open
Bug
- Dominant language
- JavaScript
- Stars
- 3.1k
- Forks
- 363
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
I have been trying to hide the upload image icon ,which is possible for the heading icon but not this 'upload-image'.
**To Reproduce**
Steps to reproduce the behavior:
`
```
import EasyMDE from "react-simplemde-editor";
import "easymde/dist/easymde.min.css";
import PropTypes from 'prop-types';
const MarkdownEditorField = ({ className, value, onChange }) => {
return (
);
};
```
`
Contributor guide
Assessment
This issue has not been assessed yet.