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
I've checked again and the output is correct. I don't know where the misunderstanding is but suggest you re-review the documentation and play around with different simpler inputs.
Old Text : I am Naveen
New Text : I am visakh
I am soumya
I tried find difference between above two versions ...
Old Delta : "{"ops":[{"insert":"I am Naveen\n"}]}"
New Delta : "{"ops":[{"insert":"I am visakh\nI am soumya\n"}]}"
Diff it is giving as : "{"ops":[{"retain":5},{"insert":"vis"},{"delete":1},{"retain":1},{"insert":"kh\nI am soumya"},{"delete":4}]}"
Here after "vis" insertion it is giving as deleted 1 which is wrong.
It should give as visakh inserted then delete right ??
Do am wrong??
The text was updated successfully, but these errors were encountered: