-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
6993: fix Editor bullet issue when using Quill 2.0.2 #7004
6993: fix Editor bullet issue when using Quill 2.0.2 #7004
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>. |
1 similar comment
Thanks a lot for your contribution! But, PR does not seem to be linked to any issues. Please manually link to an issue or mention it in the description using #<issue_id>. |
actually @swotiendang they want you to copy quill Snow into that styles.css section so its CSS in JS and loaded as part of the component. Can you copy the CSS into that block for 2.0X? |
Do pay attention that this PR is quill snow original theme, I do not provide any modification for theme of primereact |
I think PR has overrides already built into their themes on top of this SNOW theme. So I think your change is a good one. |
Defect Fixes
Fix #6993
Fix #6914
Feature Requests
Current Quill editor in primereact 10.8.2 use css of Quill 1.3.7 which is obsoleted in newer version, this fix is to demonstrate how original Editor works in primereact.
Screenshot