Closed thisunravisara closed 5 years ago
parsing empty html with styles e.g. <span style="color:red"></span> returns [] This PR is to return the runs with styles e.g. [{ text: '', color: 'red' }]
<span style="color:red"></span>
This PR was created by mistake, This PR meant to be created for creately/carota :)
parsing empty html with styles e.g.
<span style="color:red"></span>
returns [] This PR is to return the runs with styles e.g. [{ text: '', color: 'red' }]