You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Earlier on I was having issues with tailwind styles in the editor conflicting with the tw styling in my app https://github.com/rotimi-best/classroomio. To fix that I added important: true to my tailwind.config.js file
Everything worked fine, all of my app's styling were prioritised which is good however I noticed that selecting any text in the editor makes all the toolbar options open.
The text was updated successfully, but these errors were encountered:
rotimi-best
changed the title
[bug]: All toolbar options open when I select text
[bug] All toolbar options open when I select text
Dec 18, 2023
When I select all the content in the editor, the toolbar options all open
Video
https://jam.dev/c/6c1223ad-8718-4a78-b32c-e6d48392f347
Possible cause
Earlier on I was having issues with tailwind styles in the editor conflicting with the tw styling in my app https://github.com/rotimi-best/classroomio. To fix that I added
important: true
to mytailwind.config.js
fileEverything worked fine, all of my app's styling were prioritised which is good however I noticed that selecting any text in the editor makes all the toolbar options open.
The text was updated successfully, but these errors were encountered: