Ionaru / Ionaru/easy-markdown-editor

Hide 'upload-image' icon

Open
#511 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.