mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
Destroy contents when removing view
This commit is contained in:
parent
35d7953b29
commit
4728d09b1d
3 changed files with 2 additions and 2 deletions
|
@ -450,7 +450,6 @@ class Contents {
|
|||
clearTimeout(this.expanding);
|
||||
|
||||
requestAnimationFrame(this.resizeCheck.bind(this));
|
||||
|
||||
this.expanding = setTimeout(this.resizeListeners.bind(this), 350);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue