RED-3752 -> Inconsistent page order in highlights view
This commit is contained in:
parent
e634e61b40
commit
4dc5eeaf7a
@ -365,6 +365,7 @@ export class FileWorkloadComponent {
|
|||||||
} else {
|
} else {
|
||||||
this.displayedPages = this.#allPages;
|
this.displayedPages = this.#allPages;
|
||||||
}
|
}
|
||||||
|
this.displayedPages = this.displayedPages.sort((a, b) => a - b);
|
||||||
|
|
||||||
return this.displayedAnnotations;
|
return this.displayedAnnotations;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user