-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compare result may change lines ordering? #60
Comments
Hi, I have the same problem. Anyone have a suggestion or a quick solution to this problem? Thanks |
Hi, @ericxbenoit and @jonathan-fortin thank you so much for creating the issue. I will try to review it soon and I will push the fix. |
@ABenassi87 thanks, your help is really appreciated and I will wait for your fix. Thank you |
Wow, quick reply, thanks @ABenassi87 ! |
Hi @ABenassi87 do you have any update on this issue ? Do you think it will be possible to have a fixed soon? Thank you! |
Hi @jonathan-fortin I'm still working on it. Right now, I hope to have the fix soon. |
@ABenassi87 Thanks for the update! |
Hello, |
Hi @ABenassi87 Your library is amazing, easy to integrate, good UX etc. But, this bug is a blocker in our case. Do you think it will be possible to solve it? And thank you again for your work! |
Hi @ABenassi87, Hope you are feeling well! I noticed that you have branched out to resolve this issue. Do you have any idea when you will be releasing a new version with this fix? Thanks |
Hello,
We are using ngx-text-diff in an Angular app and we encountered an issue with the order of the comparison results.
For example, if we have these 5 lines in the left content:
And these 5 lines in the right content:
The compare result in the right side is:
For some unknown reason it inverts the lines BBB and CCC..
Is there a way to fix this problem quickly?
Thanks
The text was updated successfully, but these errors were encountered: