mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Viewer: Fix scrolling backwards to previous chapter not always scrolling to the end of the chapter, if the chapter loads external resources. Fixes #1847818 [Private bug](https://bugs.launchpad.net/calibre/+bug/1847818)
This commit is contained in:
parent
d87abcce3b
commit
c5a48c8ae5
@ -205,7 +205,7 @@ def process_stack(stack, tag_map, ns_map, load_required, onload, resource_urls):
|
||||
if src.a:
|
||||
for a in src.a:
|
||||
if a[0] is attr:
|
||||
loadable = a[1].startswith('blob:')
|
||||
loadable = True
|
||||
resource_urls[a[1]] = True
|
||||
break
|
||||
if loadable:
|
||||
|
Loading…
x
Reference in New Issue
Block a user