Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to remove style #297

Open
Venkatesh131 opened this issue Jun 15, 2023 · 3 comments
Open

unable to remove style #297

Venkatesh131 opened this issue Jun 15, 2023 · 3 comments

Comments

@Venkatesh131
Copy link

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

@thanhbouet
Copy link

Just call .setBold() again. it will reset to normal.

@superdiazzz
Copy link

Just call .setBold() again. it will reset to normal.

it didn't work

@gabrielmjr
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants