mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 01:10:08 +02:00
Avoid wrong scrolling when calling zoomReset
The goal of this patch is to fix the test: https://searchfox.org/mozilla-central/source/toolkit/components/pdfjs/test/browser_pdfjs_zoom.js It's a regression due to #17790.
This commit is contained in:
parent
ae60221b0e
commit
918b500ca5
3 changed files with 38 additions and 2 deletions
|
@ -127,7 +127,6 @@ class AnnotationEditorLayerBuilder {
|
|||
return;
|
||||
}
|
||||
this.annotationEditorLayer.destroy();
|
||||
this.div.remove();
|
||||
}
|
||||
|
||||
hide() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue