1
0
Fork 0
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:
Fred Chasen 2020-06-27 15:10:25 -07:00
parent bb61a92f27
commit 65c744c696
5 changed files with 89 additions and 76 deletions

View file

@ -80,7 +80,7 @@ class Views {
if(view.displayed){
view.destroy();
}
if(this.container){
this.container.removeChild(view.element);
}