You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
edit text with quill with emoji = OK
save quill html and insert it to page as html element = wrong background
it show imoji and backgroud with all images <p><span class="ql-emojiblot" data-name="rage"><span contenteditable="false"><span class="ap ap-rage">😡</span></span></span>123213123<span class="ql-emojiblot" data-name="kissing_heart"><span contenteditable="false"><span class="ap ap-kissing_heart">😘</span></span></span></p>
edit text with quill with emoji = OK
save quill html and insert it to page as html element = wrong background
it show imoji and backgroud with all images
<p><span class="ql-emojiblot" data-name="rage"><span contenteditable="false"><span class="ap ap-rage">😡</span></span></span>123213123<span class="ql-emojiblot" data-name="kissing_heart"><span contenteditable="false"><span class="ap ap-kissing_heart">😘</span></span></span></p>
element.style { } .forumthread .question__inline[data-v-7772b432] :first-child { display: inline; } .ap-rage { background-position: -540px -140px; } .ap { background-image: url(/_nuxt/node_modules/quill-emoji/dist/1e7b634….png); background-repeat: no-repeat; background-size: 820px; box-sizing: border-box; display: inline-flex; font-size: 20px; height: 20px; line-height: 1; margin-top: -3px; overflow: hidden; text-indent: -999px; width: 20px; }
problem on this
background-image: url(/_nuxt/node_modules/quill-emoji/dist/1e7b634….png);
The text was updated successfully, but these errors were encountered: