mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
Take axis and writingModes into account when calculating when to add new views
Remove debugging logs remove trim log
This commit is contained in:
parent
bb61a92f27
commit
65c744c696
5 changed files with 89 additions and 76 deletions
|
@ -80,7 +80,7 @@ class Views {
|
|||
if(view.displayed){
|
||||
view.destroy();
|
||||
}
|
||||
|
||||
|
||||
if(this.container){
|
||||
this.container.removeChild(view.element);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue