HarryChen0506 / react-markdown-editor-lite

a light-weight Markdown editor based on React. 一款轻量的基于React的markdown编辑器
https://harrychen0506.github.io/react-markdown-editor-lite/
MIT License
1.04k stars 160 forks source link

[BUG] Preview-only mode is still editable #233

Open hugolam opened 3 years ago

hugolam commented 3 years ago

OS and browser

Chrome 94.0.

Description

When in preview-only mode (after clicking the eye icon), if one clicks on a menu item such as "bold", "italic", etc, it will still edit the document, but incorrectly. The preview mode is not supposed to be editable.

Reproduction URL

It can be reproduced at https://harrychen0506.github.io/react-markdown-editor-lite/ by:

  1. Click the keyboard (edit mode) icon
  2. Click the eye (preview mode) icon
  3. Click the "B" (Bold) icon
  4. Click the "U" (Underline) icon
  5. The document preview would be changed and markdown markups would be inserted