-
Notifications
You must be signed in to change notification settings - Fork 310
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
Toolbar buttons activate/deactivate erratically after backspacing #107
Comments
Please see if this temp solution works for you: #101 (comment) |
@cibeleasreis it didn't work, but thanks anyway. |
@apgsn What you said should be that the toolbar is displayed abnormally because the format callback is not triggered. I will fix it as soon as possible. |
@stulip thank you very much for your help. Can you make these updates available as a npm release? The current version is still 1.3.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Toolbar buttons for text formatting seem to activate/deactivate in a sketchy way when backspace is used.
This issue can be easily reproduced in the example page following these steps:
bold
button and type some more, the new text is boldbackspace
until you delete all bold text and some plain textbold
button is still active.At this point you have to press the
bold
button twice (or more) to deactivate it and fix its appearance. This happens on reverse too (same steps as before, but inverting plain and bold text), and for many other actions (set italic, underline, etc.).The text was updated successfully, but these errors were encountered: