-
-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The editor is stuck When value is large #620
Comments
@QiaoLi1996 This is mainly caused by the code highlighting, and you can remove the code highlighting feature using the method below. react-md-editor/core/README.md Lines 140 to 166 in c7d5acd
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When there is a lot of content, the editor will become stuck, which should be caused by textarea performance. For example, there is the following scenario! [image] (base64). The image after base64 is relatively large, which will cause the editor to be very stuck. Personally, I think this needs to be fixed.
Any feasible solutions or suggestions for improvement, I would be very grateful.
The text was updated successfully, but these errors were encountered: