mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
Only trim after destroy, no trim timeout
This commit is contained in:
parent
812be32e71
commit
42efc34517
4 changed files with 24 additions and 22 deletions
|
@ -176,9 +176,9 @@ EPUBJS.View.prototype.resized = function(e) {
|
|||
|
||||
EPUBJS.View.prototype.display = function(_request) {
|
||||
|
||||
if(this.rendering){
|
||||
return this.displayed;
|
||||
}
|
||||
// if(this.rendering){
|
||||
// return this.displayed;
|
||||
// }
|
||||
|
||||
this.rendering = true;
|
||||
this.displaying = new RSVP.defer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue