imzbf / md-editor-v3

Markdown editor for vue3, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...
https://imzbf.github.io/md-editor-v3
MIT License
1.69k stars 162 forks source link

Disabled does not disable toolbar #722

Open DerSimeon opened 2 days ago

DerSimeon commented 2 days ago

Describe the issue

using the disabled prop in MdEditor does not prevent the toolbar from being used. Therefore things like "bold" etc still work.

Procedure version

^5.0.2

Reproduction link

No response