We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
related issue #446
I was able to reproduce the issue on: http://quilljs.com/
Steps to reproduce:
<button onclick="quill.setHTML('');">Click Me</button>
Expected Results: The editor is cleared and the format bar is cleared Actual Results: the editor is cleared but the format bar is not
I'm running: chrome 44.0.2403.155 (64-bit)
The text was updated successfully, but these errors were encountered:
There's no more setHTML but an equivalent clearing of all text call does reset the format bar in the 1.0 beta release
Sorry, something went wrong.
No branches or pull requests
related issue #446
I was able to reproduce the issue on: http://quilljs.com/
Steps to reproduce:
<button onclick="quill.setHTML('');">Click Me</button>
Expected Results: The editor is cleared and the format bar is cleared
Actual Results: the editor is cleared but the format bar is not
I'm running: chrome 44.0.2403.155 (64-bit)
The text was updated successfully, but these errors were encountered: