withoutDefaultToolbarButtons() for RichText
#36
ryangjchandler
started this conversation in
Ideas
Replies: 1 comment
-
|
Implemented in v1.0.7 as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The documentation is a bit misleading and it feels like calling
enableToolbarButtonsshould only enable the buttons specified in the array argument.The way to fix this would be disabling all the buttons you don't want using
disableToolbarButtonsor disabling all buttons and only enabling the ones you do want.I'm proposing a new
withoutDefaultToolbarButtons(or similarly named) method that just empties out$toolbarButtons.Beta Was this translation helpful? Give feedback.
All reactions