-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Daniel-M-A
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working