uiwjs / react-markdown-editor

A markdown editor with preview, implemented with React.js and TypeScript.
https://uiwjs.github.io/react-markdown-editor
MIT License
337 stars 34 forks source link

Is there a callback event for switching between edit mode and preview mode? #208

Open Junfeizhao opened 1 year ago

Junfeizhao commented 1 year ago

Is there a callback event for switching between edit mode and preview mode? I found that the toolbar can still be operated to insert data in preview mode, so I need the callback event for mode switching to obtain the current mode status and set the display and hiding of the toolbar based on the transition.

jaywcjlove commented 1 year ago

@Junfeizhao Upgrade v5.13.0

Junfeizhao commented 1 year ago

thanks