mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
removed test of fixed layout
This commit is contained in:
parent
b2c7b76b27
commit
370d9652c1
2 changed files with 1 additions and 2 deletions
2
dist/render.min.js
vendored
2
dist/render.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -136,7 +136,6 @@ FP.Chapter.prototype.formatSpread = function(){
|
|||
//-- Go to current page after resize
|
||||
if(this.OldcolWidth){
|
||||
this.setLeft((this.chapterPos - 1 ) * this.spreadWidth);
|
||||
this.fixedLayout();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue