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:
- name: DDD
- name: CCC
- name: BBB
- name: AAA
- name: EEE
And these 5 lines in the right content:
- name: EEE
- name: DDD
- name: AAA
- name: BBB
- name: CCC
The compare result in the right side is:
- name: EEE
- name: DDD
- name: AAA
- name: CCC
- name: BBB
For some unknown reason it inverts the lines BBB and CCC..
Is there a way to fix this problem quickly?
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