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
There a lot of repeating diffs (3962) and after some iteration it tries to remove option as text element, but condition in applyDiff method not allow to do that
Hi @johanneswilm
I found case similar to #90 and #97 but with difference that diff cannot be applied.
See JS fiddle with code to reproduce https://jsfiddle.net/0hg5xkpn/31/
There a lot of repeating diffs (3962) and after some iteration it tries to remove option as text element, but condition in applyDiff method not allow to do that
diffDOM/src/diffDOM/dom/apply.js
Lines 127 to 128 in 64c0aee
As a result entire apply stops and HTML changes became partially applied.
Could you take a look?
The text was updated successfully, but these errors were encountered: