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:
parent
d6d4653d80
commit
876a02a504
3 changed files with 33 additions and 24 deletions
|
@ -4092,4 +4092,5 @@ export {
|
|||
AnnotationFactory,
|
||||
getQuadPoints,
|
||||
MarkupAnnotation,
|
||||
PopupAnnotation,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue