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
Hello, I am implementing a functionality which, from a text in HTML format, inserts said text into the editor, where the cursor is. Based on previous Issues I have created the following code:
The problem is that it doesn't work as I expect:
1.- If it is just text, do not insert it
2.- If it is an HTML code of the following form <a href="#">Hello</a> it does not insert the internal text (Hello).
The text was updated successfully, but these errors were encountered:
Hello, I am implementing a functionality which, from a text in HTML format, inserts said text into the editor, where the cursor is. Based on previous Issues I have created the following code:
The problem is that it doesn't work as I expect:
1.- If it is just text, do not insert it
2.- If it is an HTML code of the following form
<a href="#">Hello</a>
it does not insert the internal text (Hello).The text was updated successfully, but these errors were encountered: