-
-
Notifications
You must be signed in to change notification settings - Fork 615
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
emojify icons not showing properly #837
Comments
Is there something in your console? Did you inspect the generated HTML? |
I am quite sure that his issue is related to this joypixels/emojify.js#175 I was having the same issue and had to use emojify.js another way hence my PR. |
I'm seeing the same issue (Laravel + vue-trumbowyg), and it seems to also be affecting your emoji demo page: https://alex-d.github.io/Trumbowyg/demos/#plugins-emoji Nothing in the console. |
The demo is not working because the loader hasn't been updated. It has been fixed in the latest version of develop which hasn't been merged with master. What version of the emoji plugin and trumbowyg are you on? You can view the newest demo at: https://rawcdn.githack.com/Alex-D/Trumbowyg/v2.11.1/docs/demos/#plugins-emoji |
Hey @zanechua I'm on Trumbowyg 2.11.1 and trumbowyg.emoji.js v0.1. It's working locally but not in staging/production. I'll wait for the fix to be merged. Thanks for taking the time to respond. |
Seems to be working now on demo page. |
I'm using trumbowyg in my Angular6, i've encountered a problem where the emojify icons are not showing their images.
code:
declare var $:any;
declare var emojify:any;
The text was updated successfully, but these errors were encountered: