Browser reader: Fix clicking links with no anchors not always scrolling going to the top of the linked file

This commit is contained in:
Kovid Goyal 2017-05-18 10:03:22 +05:30
parent cb576ef61a
commit 9ad2ff8581
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -353,6 +353,8 @@ class IframeBoss:
elem = c[0]
if elem:
scroll_to_elem(elem)
else:
window.scrollTo(0, 0)
def find(self, data, from_load):
if data.searched_in_spine: