-
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
Weird behavior when tapping on the toolbar #101
Comments
The SELECTION_CHANGE is not returning the right actions that should be selected. The handler seems broken at editor.js |
@cibeleasreis I am facing the same issue as well. |
Hey @SalehAly01 I just commented the focus function on the editor. Here's my change: |
I got some related issue when selecting and deselecting a custom icon from the toolbar. |
Thank you @cibeleasreis |
Still broken for me with 1.5.4 |
Fixed in 1.5.5 |
Not entirely fixed: #127 with video and example code. |
I'm facing some issues when selecting/deselecting actions from the toolbar. They don't get enabled/disabled consistently.
I found this issue at this example too:
https://wxik.github.io/react-native-rich-editor/web/
please see the video below:
https://vimeo.com/478617581
The text was updated successfully, but these errors were encountered: