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
I have this markup:
<div #toolbar> <span class="btn-group"> <button type="button" class="ql-align btn" value=""></button> <button type="button" class="ql-align btn" value="center"></button> </span> </div> <div #editorPlaceholder></div>
When I click on first button I want alignment to be left.
Steps for Reproduction
Expected behavior: [expected] text is aligned to the left
Actual behavior: [actual] text is centered
Platforms: [ex. Chrome 48 on Mac 10.11] Chrome 51.0.2704.103 Mac 10+
Version: [version] beta.9
The text was updated successfully, but these errors were encountered:
the issue is in https://github.com/quilljs/quill/blob/develop/modules/toolbar.js#L87 there is no way to pass false as a button value
Sorry, something went wrong.
7da527a
No branches or pull requests
I have this markup:
When I click on first button I want alignment to be left.
Steps for Reproduction
Expected behavior: [expected]
text is aligned to the left
Actual behavior: [actual]
text is centered
Platforms: [ex. Chrome 48 on Mac 10.11]
Chrome 51.0.2704.103 Mac 10+
Version: [version]
beta.9
The text was updated successfully, but these errors were encountered: