-
Notifications
You must be signed in to change notification settings - Fork 53
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
Quill custom #324
Quill custom #324
Conversation
CamAnNguyen
commented
Jan 10, 2017
- QuillEditor is now able to add custom toolbar symbol with Delta as content.
- Add Reaction description template
- Add Reaction pre-defined symbol
- Update Quill to use custom toolbar with unique-id
Changes Unknown when pulling 6dffc2d on quill-custom into ** on master**. |
|
||
componentDidUpdate() { | ||
this.componentDidMount() | ||
customButtons.forEach(function(btn) { console.log(elementIcon) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
odd console.log
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, it is removed
please remove console.log |
- QuillEditor is now able to add custom toolbar symbol with Delta as content. - Add Reaction description template - Add Reaction pre-defined symbol - Update Quill to use custom toolbar with unique-id
6dffc2d
to
c2bc556
Compare
Changes Unknown when pulling c2bc556 on quill-custom into ** on master**. |
Resolve "Wrong order while exporting" Closes #324 See merge request ComPlat/chemotion_ELN!541