Skip to content

Commit e0c0113

Browse files
committed
Just needed to call autoZoomPage to fix redraw :)
1 parent b300ccc commit e0c0113

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • public/javascripts/DV/controllers

public/javascripts/DV/controllers/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ DV.Api.prototype = {
181181
if (redrawAll) {
182182
this.viewer.elements.window.removeClass('DV-coverVisible');
183183
this.viewer.pageSet.buildPages({noNotes : true});
184-
this.viewer.pageSet.reflowPages();
184+
this.viewer.helpers.autoZoomPage();
185185
}
186186
},
187187

0 commit comments

Comments
 (0)