abhaynikam / react-trix-rte

React wrapper for Trix rich text editor created by Basecamp
https://abhaynikam.github.io/react-trix-rte
MIT License
71 stars 10 forks source link

Disable toolbar button turning off the text style #71

Closed ansoncyx15 closed 1 year ago

ansoncyx15 commented 1 year ago

Hi, I have a custom toolbar button which able to change the font color. After I changed the font color (e.g red), and I would like to change the font color from red to blue, when I clicked on the toolbar button, it will turn off the font color.

So, is there any way to disable the toolbar button which performing turning on and off of the text style?