Replies: 2 comments 2 replies
-
Thank you for giving the editor a try! The code you've shared looks correct. I took it in this sandbox and I can't seem to reproduce the problem you describe, but perhaps I am missing something. This probably means that there's something more going on in your setup. Perhaps your project includes an additional library that interferes with the DOM? Also, if the codesandbox above freezes for you too, there might something additional involved, like a browser extension for example. Let me know what else should I look for. |
Beta Was this translation helpful? Give feedback.
-
This should be fixed as of v0.15.2. If you find this discussion and you still experience it, please open a new issue. |
Beta Was this translation helpful? Give feedback.
-
hello guys,
I just discovered this library and it seems to meet my needs. I want to replace my current library with this one which seems more user friendly.
However, when I use the toolbar, my application freezes completely. Is there a prerequisite?
For example, if I select the word "Hello" and click on italic button, the app will freeze. The app will not freeze if no word has been selected.
Another thing, if I add BlockTypeSelect on my toolbar, the app freeze at the initialization of the component
React: 18.2
Typescript: ^4.5.5
Thanks in advance !
Beta Was this translation helpful? Give feedback.
All reactions