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
-
The documentation is a bit misleading and it feels like calling
enableToolbarButtons
should 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
disableToolbarButtons
or 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