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
richTextEditor.setBold() once it's set i would like to remove it with richTextEditor.setBold(false) or something which only removes bold instead of removeFormat() which clears all style
The text was updated successfully, but these errors were encountered:
Just call .setBold() again. it will reset to normal.
And what if I want to disable sub/superscript? when I call the method twice, it applies twice. For example, if I call the method to apply subscript, it applies n number of the method call.
richTextEditor.setBold() once it's set i would like to remove it with richTextEditor.setBold(false) or something which only removes bold instead of removeFormat() which clears all style
The text was updated successfully, but these errors were encountered: