mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-02 14:49:16 +02:00
Fix Continuous Manager Scroll Bug
Fixes the issue of the scroll bar not working if the rendition is resized while an image is present and using continuous manager
This commit is contained in:
parent
d6609a7bb1
commit
b6ccddec37
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class ContinuousViewManager extends DefaultViewManager {
|
|||
var full = _full || new defer();
|
||||
|
||||
this.q.enqueue(() => {
|
||||
return this.check();
|
||||
return this.check.bind(this);
|
||||
}).then((result) => {
|
||||
if (result) {
|
||||
this.fill(full);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue