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
{{ message }}
This repository has been archived by the owner on May 24, 2021. It is now read-only.
But when I click the editor itself is not showing the text with line-through, but it is correct on convertToHTML this is from <p><span style="text-decoration:line-through">asd</span></p>, can someone guide me what I'm missing, How can I make the editor to render that text line-through
@michelson I just readed this from the docs but is not clear, can you tell me where is BOLD or ITALIC component defined so I can take a look and make the same with text-align: line-through
Tooltips are another kind of components that will be not rendered in your editor content but will interact with it, and will be rendered over it, like the tooltips you see when you hover links, or select words to toggle BOLD or ITALIC. The tooltips option is an array.
Hi there,
I have added successfuly custom inline block on Tooltip and the HTML is rendered correctly on when I use convertToHTML
But when I click the editor itself is not showing the text with
line-through
, but it is correct on convertToHTML this is from<p><span style="text-decoration:line-through">asd</span></p>
, can someone guide me what I'm missing, How can I make the editor to render that textline-through
This is tooltip config
Thanks
The text was updated successfully, but these errors were encountered: