1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

[api-minor] Sort PopupAnnotations already on the worker-thread (PR 11535 follow-up)

By doing this in the worker-thread this code will only need to run *once*, whereas currently re-rendering of a page forces this to be repeated (e.g. after it's been scrolled out-of-view and then back into view again).
This commit is contained in:
Jonas Jenwald 2022-08-06 11:36:04 +02:00
parent d6d4653d80
commit 876a02a504
3 changed files with 33 additions and 24 deletions

View file

@ -4092,4 +4092,5 @@ export {
AnnotationFactory,
getQuadPoints,
MarkupAnnotation,
PopupAnnotation,
};