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
Screenshot -> https://kmc-s3.sgp1.cdn.digitaloceanspaces.com/Quill.png
// quill-emoji.ts import Quill from "quill"; import emoji from "quill-emoji"; import "quill-emoji/dist/quill-emoji.css"; // Causing the double emoji button Quill.register("modules/emoji", emoji);
And when removing the CSS the style for the emoji picker container will be gone.
The text was updated successfully, but these errors were encountered:
The buttons are defined in the modules config:
const quill = new Quill(editor, { // ... modules: { // ... toolbar: toolbarOptions, "emoji-toolbar": true, "emoji-textarea": true, "emoji-shortname": true, } });
the toolbar button by emoji-toolbar, the textarea button by emoji-textarea
Sorry, something went wrong.
No branches or pull requests
Screenshot -> https://kmc-s3.sgp1.cdn.digitaloceanspaces.com/Quill.png
And when removing the CSS the style for the emoji picker container will be gone.
The text was updated successfully, but these errors were encountered: