updated pdfjs

This commit is contained in:
2021-04-08 11:29:10 +01:00
parent 0929581892
commit 08a0906e9f

View File

@@ -71,6 +71,9 @@ function renderPage(num) {
renderPage(pageNumPending); renderPage(pageNumPending);
pageNumPending = null; pageNumPending = null;
} }
}).then(function () {
document.getElementById('the-canvas').scrollIntoView({behavior: 'smooth'})
$.ajax({url: "/comic/set_page/{{nav.cur_path}}/" + (num-1) + "/"})
}); });
}); });