mdx-editor / editor

A rich text editor React component for markdown
https://mdxeditor.dev
MIT License
1.57k stars 124 forks source link

[BUG] Image delete toolbar button should be disabled when editor is in read only mode (similar to imageEditToolbar) #475

Open ajboni opened 1 month ago

ajboni commented 1 month ago

relevant line : https://github.com/mdx-editor/editor/blob/a9848a7b42ab9db308c0315fb31697a751f1d596/src/plugins/image/ImageEditor.tsx#L275

when setting the editor as readonly, the editImageButton button get s an additional disabled property . However the "Delete Image" button does not change.

image