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
You dont have to use a <ol>-Element to reproduce this bug. It happens on every element:
Old HTML: <testing><asd>1</asd><asd>2</asd><asd>3</asd></testing>
New HTML: <testing><asd>3</asd></testing>
Result:
Hello, thank you for your kind words. Unfortunately is's been a long time since the last time I worked on this library and at the moment I don't know if I'll be able to find some time and take a look at this issue. But I promise to try my best. Thank you again for your feedback.
Hello,
first of all I would like to thank you for your amazing library which satisfies almost all of our use cases.
While testing the library I discovered that removing items from lists don't seem to work.
The case
Old HTML:
New HTML (first and second list item removed):
Expected result:
Actual result:
So the first
<li>
-element got moved out of the<ol>
-Container and the second<li>
-Element did just disappear.Code to reproduce bug:
You dont have to use a
<ol>
-Element to reproduce this bug. It happens on every element:Old HTML:
<testing><asd>1</asd><asd>2</asd><asd>3</asd></testing>
New HTML:
<testing><asd>3</asd></testing>
Result:
I would kindly appreciate any help or idea on how to fix this issue.
Thanks and best regards,
Niklas
The text was updated successfully, but these errors were encountered: