Open ukcw opened 1 year ago
similar issue here, I have a <table>
inside the string I am typing and it strips all the <tr>
and <td>
and leaves only <table>
I think it can't render nested html elements, and leaves just the parent one
Is there any solution to skip specific tag eg: table? then, it will keep the childern tag ?
I'm trying to paste an entire div using the
.pasteString
method but only thediv
andp
are being rendered, the entireul
is being skipped. Is this expected behaviour? As well, the method signature seems to expect astring
and aHTMLElement | null
as opposed to just astring
.